#60A873

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

Shades of Oxley #60A873

Tints of Oxley #60A873

Color information

#60A873 (or 0x60A873) is unknown color: approx Oxley. HEX triplet: 60, A8 and 73. RGB value is (96,168,115). Sum of RGB (Red+Green+Blue) = 96+168+115=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 168 - color contains mainly: green. Hex color #60A873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A873 is #9F578C. Grayscale: #8C8C8C. Windows color (decimal): -10442637 or 7579744. OLE color: 7579744.

HSL color Cylindrical-coordinate representation of color #60A873: hue angle of 135.83º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #60A873 is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB96168115-
CMYK0.4300.320.34
HSL135.83º29.27%51.76%-
HSV(B)135.83º42.86%65.88%-
XYZ21.9231.7321.19-
YUV140.43113.6596.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.33%
GREEN value IS 168 (66.02% from 255) = 44.33%
BLUE value IS 115 (45.31% from 255) = 30.34%
R=25.33%
G=44.33%
B=30.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal961681150.4300.320.34135.8329.2751.76
Hex60A8732B02022881d34
Octal14025016353040422103564
Binary110000010101000111001110101101000001000101000100011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60A873; }

 p { color: rgb(96,168,115); }

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

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

 a { background-color: rgb(96,168,115); }

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

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

 span { border-color: rgb(96,168,115); }

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