#609A71

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

Shades of Oxley #609A71

Tints of Oxley #609A71

Color information

#609A71 (or 0x609A71) is unknown color: approx Oxley. HEX triplet: 60, 9A and 71. RGB value is (96,154,113). Sum of RGB (Red+Green+Blue) = 96+154+113=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 154 - color contains mainly: green. Hex color #609A71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609A71 is #9F658E. Grayscale: #848484. Windows color (decimal): -10446223 or 7445088. OLE color: 7445088.

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

Color convert

RGB96154113-
CMYK0.3800.270.40
HSL137.59º23.2%49.02%-
HSV(B)137.59º37.66%60.39%-
XYZ19.3626.7919.77-
YUV131.98117.28102.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.45%
GREEN value IS 154 (60.55% from 255) = 42.42%
BLUE value IS 113 (44.53% from 255) = 31.13%
R=26.45%
G=42.42%
B=31.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal961541130.3800.270.40137.5923.249.02
Hex609A712601B288a1731
Octal14023216146033502122761
Binary11000001001101011100011001100110111010001000101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,154,113); }

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

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

 a { background-color: rgb(96,154,113); }

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

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

 span { border-color: rgb(96,154,113); }

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