#609F70

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

Shades of Oxley #609F70

Tints of Oxley #609F70

Color information

#609F70 (or 0x609F70) is unknown color: approx Oxley. HEX triplet: 60, 9F and 70. RGB value is (96,159,112). Sum of RGB (Red+Green+Blue) = 96+159+112=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 159 - color contains mainly: green. Hex color #609F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609F70 is #9F608F. Grayscale: #868686. Windows color (decimal): -10444944 or 7380832. OLE color: 7380832.

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

Color convert

RGB96159112-
CMYK0.4000.300.38
HSL135.24º24.71%50%-
HSV(B)135.24º39.62%62.35%-
XYZ20.1528.4519.76-
YUV134.8115.13100.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.16%
GREEN value IS 159 (62.5% from 255) = 43.32%
BLUE value IS 112 (44.14% from 255) = 30.52%
R=26.16%
G=43.32%
B=30.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961591120.4000.300.38135.2424.7150
Hex609F702801E26871932
Octal14023716050036462073162
Binary11000001001111111100001010000111101001101000011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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