#60A976

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

Shades of Oxley #60A976

Tints of Oxley #60A976

Color information

#60A976 (or 0x60A976) is unknown color: approx Oxley. HEX triplet: 60, A9 and 76. RGB value is (96,169,118). Sum of RGB (Red+Green+Blue) = 96+169+118=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 169 - color contains mainly: green. Hex color #60A976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A976 is #9F5689. Grayscale: #8D8D8D. Windows color (decimal): -10442378 or 7776608. OLE color: 7776608.

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

Color convert

RGB96169118-
CMYK0.4300.300.34
HSL138.08º29.8%51.96%-
HSV(B)138.08º43.2%66.27%-
XYZ22.2832.1722.17-
YUV141.36114.8295.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.07%
GREEN value IS 169 (66.41% from 255) = 44.13%
BLUE value IS 118 (46.48% from 255) = 30.81%
R=25.07%
G=44.13%
B=30.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal961691180.4300.300.34138.0829.851.96
Hex60A9762B01E228a1e34
Octal14025116653036422123664
Binary11000001010100111101101010110111101000101000101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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