#96C376

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

Shades of Olivine #96C376

Tints of Olivine #96C376

Color information

#96C376 (or 0x96C376) is unknown color: approx Olivine. HEX triplet: 96, C3 and 76. RGB value is (150,195,118). Sum of RGB (Red+Green+Blue) = 150+195+118=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 195 - color contains mainly: green. Hex color #96C376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C376 is #693C89. Grayscale: #ADADAD. Windows color (decimal): -6896778 or 7783318. OLE color: 7783318.

HSL color Cylindrical-coordinate representation of color #96C376: hue angle of 95.06º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96C376 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB150195118-
CMYK0.2300.390.24
HSL95.06º39.09%61.37%-
HSV(B)95.06º39.49%76.47%-
XYZ35.3646.8224.31-
YUV172.7797.09111.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.40%
GREEN value IS 195 (76.56% from 255) = 42.12%
BLUE value IS 118 (46.48% from 255) = 25.49%
R=32.40%
G=42.12%
B=25.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501951180.2300.390.2495.0639.0961.37
Hex96C37617027185f273d
Octal22630316627047301374775
Binary10010110110000111110110101110100111110001011111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,195,118); }

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

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

 a { background-color: rgb(150,195,118); }

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

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

 span { border-color: rgb(150,195,118); }

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