#96B97B

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

Shades of Olivine #96B97B

Tints of Olivine #96B97B

Color information

#96B97B (or 0x96B97B) is unknown color: approx Olivine. HEX triplet: 96, B9 and 7B. RGB value is (150,185,123). Sum of RGB (Red+Green+Blue) = 150+185+123=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 185 - color contains mainly: green. Hex color #96B97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B97B is #694684. Grayscale: #A7A7A7. Windows color (decimal): -6899333 or 8108438. OLE color: 8108438.

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

Color convert

RGB150185123-
CMYK0.1900.340.27
HSL93.87º30.69%60.39%-
HSV(B)93.87º33.51%72.55%-
XYZ33.542.6125.2-
YUV167.47102.9115.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.75%
GREEN value IS 185 (72.66% from 255) = 40.39%
BLUE value IS 123 (48.44% from 255) = 26.86%
R=32.75%
G=40.39%
B=26.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501851230.1900.340.2793.8730.6960.39
Hex96B97B130221B5e1f3c
Octal22627117323042331363774
Binary1001011010111001111101110011010001011011101111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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