#609E78

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

Shades of Oxley #609E78

Tints of Oxley #609E78

Color information

#609E78 (or 0x609E78) is unknown color: approx Oxley. HEX triplet: 60, 9E and 78. RGB value is (96,158,120). Sum of RGB (Red+Green+Blue) = 96+158+120=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 158 - color contains mainly: green. Hex color #609E78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609E78 is #9F6187. Grayscale: #878787. Windows color (decimal): -10445192 or 7904864. OLE color: 7904864.

HSL color Cylindrical-coordinate representation of color #609E78: hue angle of 143.23º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #609E78 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB96158120-
CMYK0.3900.240.38
HSL143.23º24.41%49.8%-
HSV(B)143.23º39.24%61.96%-
XYZ20.4428.322.15-
YUV135.13119.46100.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.67%
GREEN value IS 158 (62.11% from 255) = 42.25%
BLUE value IS 120 (47.27% from 255) = 32.09%
R=25.67%
G=42.25%
B=32.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961581200.3900.240.38143.2324.4149.8
Hex609E7827018268f1832
Octal14023617047030462173062
Binary11000001001111011110001001110110001001101000111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609E78; }

 p { color: rgb(96,158,120); }

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

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

 a { background-color: rgb(96,158,120); }

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

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

 span { border-color: rgb(96,158,120); }

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