#60A979

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

Shades of Oxley #60A979

Tints of Oxley #60A979

Color information

#60A979 (or 0x60A979) is unknown color: approx Oxley. HEX triplet: 60, A9 and 79. RGB value is (96,169,121). Sum of RGB (Red+Green+Blue) = 96+169+121=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 169 (66.41% from 255 or 43.78% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 169 - color contains mainly: green. Hex color #60A979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A979 is #9F5686. Grayscale: #8D8D8D. Windows color (decimal): -10442375 or 7973216. OLE color: 7973216.

HSL color Cylindrical-coordinate representation of color #60A979: hue angle of 140.55º degrees, saturation: 0.3, 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 #60A979 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB96169121-
CMYK0.4300.280.34
HSL140.55º29.8%51.96%-
HSV(B)140.55º43.2%66.27%-
XYZ22.4632.2423.13-
YUV141.7116.3295.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.87%
GREEN value IS 169 (66.41% from 255) = 43.78%
BLUE value IS 121 (47.66% from 255) = 31.35%
R=24.87%
G=43.78%
B=31.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal961691210.4300.280.34140.5529.851.96
Hex60A9792B01C228d1e34
Octal14025117153034422153664
Binary11000001010100111110011010110111001000101000110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,169,121); }

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

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

 a { background-color: rgb(96,169,121); }

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

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

 span { border-color: rgb(96,169,121); }

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