#96C96D

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

Shades of Olivine #96C96D

Tints of Olivine #96C96D

Color information

#96C96D (or 0x96C96D) is unknown color: approx Olivine. HEX triplet: 96, C9 and 6D. RGB value is (150,201,109). Sum of RGB (Red+Green+Blue) = 150+201+109=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 201 - color contains mainly: green. Hex color #96C96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C96D is #693692. Grayscale: #AFAFAF. Windows color (decimal): -6895251 or 7195030. OLE color: 7195030.

HSL color Cylindrical-coordinate representation of color #96C96D: hue angle of 93.26º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96C96D is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB150201109-
CMYK0.2500.460.21
HSL93.26º46%60.78%-
HSV(B)93.26º45.77%78.82%-
XYZ36.2249.3622.09-
YUV175.2690.6109.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.61%
GREEN value IS 201 (78.91% from 255) = 43.70%
BLUE value IS 109 (42.97% from 255) = 23.70%
R=32.61%
G=43.70%
B=23.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1502011090.2500.460.2193.264660.78
Hex96C96D1902E155d2e3d
Octal22631115531056251355675
Binary10010110110010011101101110010101110101011011101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,201,109); }

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

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

 a { background-color: rgb(150,201,109); }

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

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

 span { border-color: rgb(150,201,109); }

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