#60A270

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

Shades of Oxley #60A270

Tints of Oxley #60A270

Color information

#60A270 (or 0x60A270) is unknown color: approx Oxley. HEX triplet: 60, A2 and 70. RGB value is (96,162,112). Sum of RGB (Red+Green+Blue) = 96+162+112=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 162 - color contains mainly: green. Hex color #60A270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A270 is #9F5D8F. Grayscale: #888888. Windows color (decimal): -10444176 or 7381600. OLE color: 7381600.

HSL color Cylindrical-coordinate representation of color #60A270: hue angle of 134.55º 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 #60A270 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB96162112-
CMYK0.4100.310.36
HSL134.55º26.19%50.59%-
HSV(B)134.55º40.74%63.53%-
XYZ20.6729.519.93-
YUV136.57114.1399.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.95%
GREEN value IS 162 (63.67% from 255) = 43.78%
BLUE value IS 112 (44.14% from 255) = 30.27%
R=25.95%
G=43.78%
B=30.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal961621120.4100.310.36134.5526.1950.59
Hex60A2702901F24871a33
Octal14024216051037442073263
Binary11000001010001011100001010010111111001001000011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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