#609D6E

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

Shades of Oxley #609D6E

Tints of Oxley #609D6E

Color information

#609D6E (or 0x609D6E) is unknown color: approx Oxley. HEX triplet: 60, 9D and 6E. RGB value is (96,157,110). Sum of RGB (Red+Green+Blue) = 96+157+110=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 157 - color contains mainly: green. Hex color #609D6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609D6E is #9F6291. Grayscale: #858585. Windows color (decimal): -10445458 or 7249248. OLE color: 7249248.

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

Color convert

RGB96157110-
CMYK0.3900.300.38
HSL133.77º24.11%49.61%-
HSV(B)133.77º38.85%61.57%-
XYZ19.727.7319.07-
YUV133.4114.79101.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.45%
GREEN value IS 157 (61.72% from 255) = 43.25%
BLUE value IS 110 (43.36% from 255) = 30.30%
R=26.45%
G=43.25%
B=30.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961571100.3900.300.38133.7724.1149.61
Hex609D6E2701E26861832
Octal14023515647036462063062
Binary11000001001110111011101001110111101001101000011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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