#96B868

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

Shades of Olivine #96B868

Tints of Olivine #96B868

Color information

#96B868 (or 0x96B868) is unknown color: approx Olivine. HEX triplet: 96, B8 and 68. RGB value is (150,184,104). Sum of RGB (Red+Green+Blue) = 150+184+104=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 184 - color contains mainly: green. Hex color #96B868 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B868 is #694797. Grayscale: #A5A5A5. Windows color (decimal): -6899608 or 6862998. OLE color: 6862998.

HSL color Cylindrical-coordinate representation of color #96B868: hue angle of 85.5º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96B868 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB150184104-
CMYK0.1800.430.28
HSL85.5º36.04%56.47%-
HSV(B)85.5º43.48%72.16%-
XYZ32.2241.7619.46-
YUV164.7193.74117.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.25%
GREEN value IS 184 (72.27% from 255) = 42.01%
BLUE value IS 104 (41.02% from 255) = 23.74%
R=34.25%
G=42.01%
B=23.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1501841040.1800.430.2885.536.0456.47
Hex96B8681202B1C562438
Octal22627015022053341264470
Binary10010110101110001101000100100101011111001010110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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