#609D79

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

Shades of Oxley #609D79

Tints of Oxley #609D79

Color information

#609D79 (or 0x609D79) is unknown color: approx Oxley. HEX triplet: 60, 9D and 79. RGB value is (96,157,121). Sum of RGB (Red+Green+Blue) = 96+157+121=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 157 (61.72% from 255 or 41.98% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 157 - color contains mainly: green. Hex color #609D79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609D79 is #9F6286. Grayscale: #868686. Windows color (decimal): -10445447 or 7970144. OLE color: 7970144.

HSL color Cylindrical-coordinate representation of color #609D79: hue angle of 144.59º 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 #609D79 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB96157121-
CMYK0.3900.230.38
HSL144.59º24.11%49.61%-
HSV(B)144.59º38.85%61.57%-
XYZ20.3327.9822.42-
YUV134.66120.29100.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.67%
GREEN value IS 157 (61.72% from 255) = 41.98%
BLUE value IS 121 (47.66% from 255) = 32.35%
R=25.67%
G=41.98%
B=32.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961571210.3900.230.38144.5924.1149.61
Hex609D792701726911832
Octal14023517147027462213062
Binary11000001001110111110011001110101111001101001000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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