#609D70

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

Shades of Oxley #609D70

Tints of Oxley #609D70

Color information

#609D70 (or 0x609D70) is unknown color: approx Oxley. HEX triplet: 60, 9D and 70. RGB value is (96,157,112). Sum of RGB (Red+Green+Blue) = 96+157+112=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 157 - color contains mainly: green. Hex color #609D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609D70 is #9F628F. Grayscale: #858585. Windows color (decimal): -10445456 or 7380320. OLE color: 7380320.

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

Color convert

RGB96157112-
CMYK0.3900.290.38
HSL135.74º24.11%49.61%-
HSV(B)135.74º38.85%61.57%-
XYZ19.8127.7719.65-
YUV133.63115.79101.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.30%
GREEN value IS 157 (61.72% from 255) = 43.01%
BLUE value IS 112 (44.14% from 255) = 30.68%
R=26.30%
G=43.01%
B=30.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961571120.3900.290.38135.7424.1149.61
Hex609D702701D26881832
Octal14023516047035462103062
Binary11000001001110111100001001110111011001101000100011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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