#609A72

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

Shades of Oxley #609A72

Tints of Oxley #609A72

Color information

#609A72 (or 0x609A72) is unknown color: approx Oxley. HEX triplet: 60, 9A and 72. RGB value is (96,154,114). Sum of RGB (Red+Green+Blue) = 96+154+114=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 154 - color contains mainly: green. Hex color #609A72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609A72 is #9F658D. Grayscale: #848484. Windows color (decimal): -10446222 or 7510624. OLE color: 7510624.

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

Color convert

RGB96154114-
CMYK0.3800.260.40
HSL138.62º23.2%49.02%-
HSV(B)138.62º37.66%60.39%-
XYZ19.4226.8120.07-
YUV132.1117.78102.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.37%
GREEN value IS 154 (60.55% from 255) = 42.31%
BLUE value IS 114 (44.92% from 255) = 31.32%
R=26.37%
G=42.31%
B=31.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal961541140.3800.260.40138.6223.249.02
Hex609A722601A288b1731
Octal14023216246032502132761
Binary11000001001101011100101001100110101010001000101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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