#96B86E

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

Shades of Olivine #96B86E

Tints of Olivine #96B86E

Color information

#96B86E (or 0x96B86E) is unknown color: approx Olivine. HEX triplet: 96, B8 and 6E. RGB value is (150,184,110). Sum of RGB (Red+Green+Blue) = 150+184+110=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 184 - color contains mainly: green. Hex color #96B86E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B86E is #694791. Grayscale: #A5A5A5. Windows color (decimal): -6899602 or 7256214. OLE color: 7256214.

HSL color Cylindrical-coordinate representation of color #96B86E: hue angle of 87.57º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96B86E is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB150184110-
CMYK0.1800.400.28
HSL87.57º34.26%57.65%-
HSV(B)87.57º40.22%72.16%-
XYZ32.5341.8921.12-
YUV165.496.74117.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.78%
GREEN value IS 184 (72.27% from 255) = 41.44%
BLUE value IS 110 (43.36% from 255) = 24.77%
R=33.78%
G=41.44%
B=24.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1501841100.1800.400.2887.5734.2657.65
Hex96B86E120281C58223a
Octal22627015622050341304272
Binary10010110101110001101110100100101000111001011000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,184,110); }

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

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

 a { background-color: rgb(150,184,110); }

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

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

 span { border-color: rgb(150,184,110); }

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