#609F79

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

Shades of Oxley #609F79

Tints of Oxley #609F79

Color information

#609F79 (or 0x609F79) is unknown color: approx Oxley. HEX triplet: 60, 9F and 79. RGB value is (96,159,121). Sum of RGB (Red+Green+Blue) = 96+159+121=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 159 - color contains mainly: green. Hex color #609F79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609F79 is #9F6086. Grayscale: #878787. Windows color (decimal): -10444935 or 7970656. OLE color: 7970656.

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

Color convert

RGB96159121-
CMYK0.4000.240.38
HSL143.81º24.71%50%-
HSV(B)143.81º39.62%62.35%-
XYZ20.6728.6622.53-
YUV135.83119.6399.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.53%
GREEN value IS 159 (62.5% from 255) = 42.29%
BLUE value IS 121 (47.66% from 255) = 32.18%
R=25.53%
G=42.29%
B=32.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961591210.4000.240.38143.8124.7150
Hex609F792801826901932
Octal14023717150030462203162
Binary11000001001111111110011010000110001001101001000011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,159,121); }

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

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

 a { background-color: rgb(96,159,121); }

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

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

 span { border-color: rgb(96,159,121); }

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