#60A56F

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

Shades of Oxley #60A56F

Tints of Oxley #60A56F

Color information

#60A56F (or 0x60A56F) is unknown color: approx Oxley. HEX triplet: 60, A5 and 6F. RGB value is (96,165,111). Sum of RGB (Red+Green+Blue) = 96+165+111=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 165 - color contains mainly: green. Hex color #60A56F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A56F is #9F5A90. Grayscale: #8A8A8A. Windows color (decimal): -10443409 or 7316832. OLE color: 7316832.

HSL color Cylindrical-coordinate representation of color #60A56F: hue angle of 133.04º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60A56F is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB96165111-
CMYK0.4200.330.35
HSL133.04º27.71%51.18%-
HSV(B)133.04º41.82%64.71%-
XYZ21.1530.5419.82-
YUV138.21112.6497.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.81%
GREEN value IS 165 (64.84% from 255) = 44.35%
BLUE value IS 111 (43.75% from 255) = 29.84%
R=25.81%
G=44.35%
B=29.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal961651110.4200.330.35133.0427.7151.18
Hex60A56F2A02123851c33
Octal14024515752041432053463
Binary110000010100101110111110101001000011000111000010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,165,111); }

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

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

 a { background-color: rgb(96,165,111); }

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

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

 span { border-color: rgb(96,165,111); }

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