#60A273

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

Shades of Oxley #60A273

Tints of Oxley #60A273

Color information

#60A273 (or 0x60A273) is unknown color: approx Oxley. HEX triplet: 60, A2 and 73. RGB value is (96,162,115). Sum of RGB (Red+Green+Blue) = 96+162+115=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 162 - color contains mainly: green. Hex color #60A273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A273 is #9F5D8C. Grayscale: #898989. Windows color (decimal): -10444173 or 7578208. OLE color: 7578208.

HSL color Cylindrical-coordinate representation of color #60A273: hue angle of 137.27º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #60A273 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB96162115-
CMYK0.4100.290.36
HSL137.27º26.19%50.59%-
HSV(B)137.27º40.74%63.53%-
XYZ20.8429.5720.83-
YUV136.91115.6398.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.74%
GREEN value IS 162 (63.67% from 255) = 43.43%
BLUE value IS 115 (45.31% from 255) = 30.83%
R=25.74%
G=43.43%
B=30.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal961621150.4100.290.36137.2726.1950.59
Hex60A2732901D24891a33
Octal14024216351035442113263
Binary11000001010001011100111010010111011001001000100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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