#96C060

Color #96C060 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #96C060

Tints of Olivine #96C060

Color information

#96C060 (or 0x96C060) is unknown color: approx Olivine. HEX triplet: 96, C0 and 60. RGB value is (150,192,96). Sum of RGB (Red+Green+Blue) = 150+192+96=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 192 - color contains mainly: green. Hex color #96C060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C060 is #693F9F. Grayscale: #A8A8A8. Windows color (decimal): -6897568 or 6340758. OLE color: 6340758.

HSL color Cylindrical-coordinate representation of color #96C060: hue angle of 86.25º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96C060 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB15019296-
CMYK0.2200.500.25
HSL86.25º43.24%56.47%-
HSV(B)86.25º50%75.29%-
XYZ33.5445.0317.99-
YUV168.587.09114.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.25%
GREEN value IS 192 (75.39% from 255) = 43.84%
BLUE value IS 96 (37.89% from 255) = 21.92%
R=34.25%
G=43.84%
B=21.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150192960.2200.500.2586.2543.2456.47
Hex96C0601603219562b38
Octal22630014026062311265370
Binary10010110110000001100000101100110010110011010110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96C060; }

 p { color: rgb(150,192,96); }

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

<style>
 a { background-color: #96C060; }

 a { background-color: rgb(150,192,96); }

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

<style>
 span { border-color: #96C060; }

 span { border-color: rgb(150,192,96); }

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