#96B47D

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

Shades of Olivine #96B47D

Tints of Olivine #96B47D

Color information

#96B47D (or 0x96B47D) is unknown color: approx Olivine. HEX triplet: 96, B4 and 7D. RGB value is (150,180,125). Sum of RGB (Red+Green+Blue) = 150+180+125=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 180 - color contains mainly: green. Hex color #96B47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B47D is #694B82. Grayscale: #A4A4A4. Windows color (decimal): -6900611 or 8238230. OLE color: 8238230.

HSL color Cylindrical-coordinate representation of color #96B47D: hue angle of 92.73º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96B47D is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB150180125-
CMYK0.1700.310.29
HSL92.73º26.83%59.8%-
HSV(B)92.73º30.56%70.59%-
XYZ32.640.6125.52-
YUV164.76105.56117.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.97%
GREEN value IS 180 (70.70% from 255) = 39.56%
BLUE value IS 125 (49.22% from 255) = 27.47%
R=32.97%
G=39.56%
B=27.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501801250.1700.310.2992.7326.8359.8
Hex96B47D1101F1D5d1b3c
Octal22626417521037351353374
Binary100101101011010011111011000101111111101101110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,180,125); }

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

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

 a { background-color: rgb(150,180,125); }

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

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

 span { border-color: rgb(150,180,125); }

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