#609F6B

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

Shades of Oxley #609F6B

Tints of Oxley #609F6B

Color information

#609F6B (or 0x609F6B) is unknown color: approx Oxley. HEX triplet: 60, 9F and 6B. RGB value is (96,159,107). Sum of RGB (Red+Green+Blue) = 96+159+107=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 159 (62.5% from 255 or 43.92% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 159 - color contains mainly: green. Hex color #609F6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609F6B is #9F6094. Grayscale: #868686. Windows color (decimal): -10444949 or 7053152. OLE color: 7053152.

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

Color convert

RGB96159107-
CMYK0.4000.330.38
HSL130.48º24.71%50%-
HSV(B)130.48º39.62%62.35%-
XYZ19.8828.3418.33-
YUV134.24112.63100.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.52%
GREEN value IS 159 (62.5% from 255) = 43.92%
BLUE value IS 107 (42.19% from 255) = 29.56%
R=26.52%
G=43.92%
B=29.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961591070.4000.330.38130.4824.7150
Hex609F6B2802126821932
Octal14023715350041462023162
Binary110000010011111110101110100001000011001101000001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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