#609F6F

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

Shades of Oxley #609F6F

Tints of Oxley #609F6F

Color information

#609F6F (or 0x609F6F) is unknown color: approx Oxley. HEX triplet: 60, 9F and 6F. RGB value is (96,159,111). Sum of RGB (Red+Green+Blue) = 96+159+111=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 159 - color contains mainly: green. Hex color #609F6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609F6F is #9F6090. Grayscale: #868686. Windows color (decimal): -10444945 or 7315296. OLE color: 7315296.

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

Color convert

RGB96159111-
CMYK0.4000.300.38
HSL134.29º24.71%50%-
HSV(B)134.29º39.62%62.35%-
XYZ20.0928.4319.47-
YUV134.69114.63100.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.23%
GREEN value IS 159 (62.5% from 255) = 43.44%
BLUE value IS 111 (43.75% from 255) = 30.33%
R=26.23%
G=43.44%
B=30.33%

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
Decimal961591110.4000.300.38134.2924.7150
Hex609F6F2801E26861932
Octal14023715750036462063162
Binary11000001001111111011111010000111101001101000011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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