#96BE6D

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

Shades of Olivine #96BE6D

Tints of Olivine #96BE6D

Color information

#96BE6D (or 0x96BE6D) is unknown color: approx Olivine. HEX triplet: 96, BE and 6D. RGB value is (150,190,109). Sum of RGB (Red+Green+Blue) = 150+190+109=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BE6D is #694192. Grayscale: #A9A9A9. Windows color (decimal): -6898067 or 7192214. OLE color: 7192214.

HSL color Cylindrical-coordinate representation of color #96BE6D: hue angle of 89.63º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96BE6D is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB150190109-
CMYK0.2100.430.25
HSL89.63º38.39%58.63%-
HSV(B)89.63º42.63%74.51%-
XYZ33.7544.4221.26-
YUV168.8194.25114.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.41%
GREEN value IS 190 (74.61% from 255) = 42.32%
BLUE value IS 109 (42.97% from 255) = 24.28%
R=33.41%
G=42.32%
B=24.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501901090.2100.430.2589.6338.3958.63
Hex96BE6D1502B195a263b
Octal22627615525053311324673
Binary10010110101111101101101101010101011110011011010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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