#609976

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

Shades of Oxley #609976

Tints of Oxley #609976

Color information

#609976 (or 0x609976) is unknown color: approx Oxley. HEX triplet: 60, 99 and 76. RGB value is (96,153,118). Sum of RGB (Red+Green+Blue) = 96+153+118=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #609976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609976 is #9F6689. Grayscale: #848484. Windows color (decimal): -10446474 or 7772512. OLE color: 7772512.

HSL color Cylindrical-coordinate representation of color #609976: hue angle of 143.16º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #609976 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB96153118-
CMYK0.3700.230.4
HSL143.16º22.89%48.82%-
HSV(B)143.16º37.25%60%-
XYZ19.4926.5821.24-
YUV131.97120.12102.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.16%
GREEN value IS 153 (60.16% from 255) = 41.69%
BLUE value IS 118 (46.48% from 255) = 32.15%
R=26.16%
G=41.69%
B=32.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal961531180.3700.230.4143.1622.8948.82
Hex60997625017288f1731
Octal14023116645027502172761
Binary11000001001100111101101001010101111010001000111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609976; }

 p { color: rgb(96,153,118); }

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

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

 a { background-color: rgb(96,153,118); }

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

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

 span { border-color: rgb(96,153,118); }

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