#60A370

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

Shades of Oxley #60A370

Tints of Oxley #60A370

Color information

#60A370 (or 0x60A370) is unknown color: approx Oxley. HEX triplet: 60, A3 and 70. RGB value is (96,163,112). Sum of RGB (Red+Green+Blue) = 96+163+112=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 163 - color contains mainly: green. Hex color #60A370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A370 is #9F5C8F. Grayscale: #898989. Windows color (decimal): -10443920 or 7381856. OLE color: 7381856.

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

Color convert

RGB96163112-
CMYK0.4100.310.36
HSL134.33º26.69%50.78%-
HSV(B)134.33º41.1%63.92%-
XYZ20.8529.8519.99-
YUV137.15113.898.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.88%
GREEN value IS 163 (64.06% from 255) = 43.94%
BLUE value IS 112 (44.14% from 255) = 30.19%
R=25.88%
G=43.94%
B=30.19%

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
Decimal961631120.4100.310.36134.3326.6950.78
Hex60A3702901F24861b33
Octal14024316051037442063363
Binary11000001010001111100001010010111111001001000011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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