#709477

Color #709477 Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #709477

Tints of Oxley #709477

Color information

#709477 (or 0x709477) is unknown color: approx Oxley. HEX triplet: 70, 94 and 77. RGB value is (112,148,119). Sum of RGB (Red+Green+Blue) = 112+148+119=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 148 - color contains mainly: green. Hex color #709477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709477 is #8F6B88. Grayscale: #868686. Windows color (decimal): -9399177 or 7836784. OLE color: 7836784.

HSL color Cylindrical-coordinate representation of color #709477: hue angle of 131.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #709477 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB112148119-
CMYK0.2400.200.42
HSL131.67º14.4%50.98%-
HSV(B)131.67º24.32%58.04%-
XYZ20.625.9621.38-
YUV133.93119.57112.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 29.55%
GREEN value IS 148 (58.20% from 255) = 39.05%
BLUE value IS 119 (46.88% from 255) = 31.40%
R=29.55%
G=39.05%
B=31.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121481190.2400.200.42131.6714.450.98
Hex709477180142A84e33
Octal16022416730024522041663
Binary111000010010100111011111000010100101010100001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709477; }

 p { color: rgb(112,148,119); }

 H1.HeaderClassName
 {
   color: #709477;
 }
 .AnyTagClassName
 {
   color: #709477;
 }
</style>
background-color css

<style>
 a { background-color: #709477; }

 a { background-color: rgb(112,148,119); }

 div.DivClassName
 {
   background-color: #709477;
 }
 .BgClassName
 {
   background-color: #709477;
 }
</style>
border-color css

<style>
 span { border-color: #709477; }

 span { border-color: rgb(112,148,119); }

 td.TdClassName
 {
   border-color: #709477;
 }
 .TagClassName
 {
   border-color: #709477;
 }
</style>