#609E75

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

Shades of Oxley #609E75

Tints of Oxley #609E75

Color information

#609E75 (or 0x609E75) is unknown color: approx Oxley. HEX triplet: 60, 9E and 75. RGB value is (96,158,117). Sum of RGB (Red+Green+Blue) = 96+158+117=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 158 - color contains mainly: green. Hex color #609E75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609E75 is #9F618A. Grayscale: #868686. Windows color (decimal): -10445195 or 7708256. OLE color: 7708256.

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

Color convert

RGB96158117-
CMYK0.3900.260.38
HSL140.32º24.41%49.8%-
HSV(B)140.32º39.24%61.96%-
XYZ20.2628.2221.21-
YUV134.79117.96100.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.88%
GREEN value IS 158 (62.11% from 255) = 42.59%
BLUE value IS 117 (46.09% from 255) = 31.54%
R=25.88%
G=42.59%
B=31.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961581170.3900.260.38140.3224.4149.8
Hex609E752701A268c1832
Octal14023616547032462143062
Binary11000001001111011101011001110110101001101000110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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