#96B47B

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

Shades of Olivine #96B47B

Tints of Olivine #96B47B

Color information

#96B47B (or 0x96B47B) is unknown color: approx Olivine. HEX triplet: 96, B4 and 7B. RGB value is (150,180,123). Sum of RGB (Red+Green+Blue) = 150+180+123=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 180 - color contains mainly: green. Hex color #96B47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B47B is #694B84. Grayscale: #A4A4A4. Windows color (decimal): -6900613 or 8107158. OLE color: 8107158.

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

Color convert

RGB150180123-
CMYK0.1700.320.29
HSL91.58º27.54%59.41%-
HSV(B)91.58º31.67%70.59%-
XYZ32.4740.5624.86-
YUV164.53104.56117.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.11%
GREEN value IS 180 (70.70% from 255) = 39.74%
BLUE value IS 123 (48.44% from 255) = 27.15%
R=33.11%
G=39.74%
B=27.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501801230.1700.320.2991.5827.5459.41
Hex96B47B110201D5c1c3b
Octal22626417321040351343473
Binary1001011010110100111101110001010000011101101110011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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