#96B877

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

Shades of Olivine #96B877

Tints of Olivine #96B877

Color information

#96B877 (or 0x96B877) is unknown color: approx Olivine. HEX triplet: 96, B8 and 77. RGB value is (150,184,119). Sum of RGB (Red+Green+Blue) = 150+184+119=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 184 - color contains mainly: green. Hex color #96B877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B877 is #694788. Grayscale: #A6A6A6. Windows color (decimal): -6899593 or 7846038. OLE color: 7846038.

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

Color convert

RGB150184119-
CMYK0.1800.350.28
HSL91.38º31.4%59.41%-
HSV(B)91.38º35.33%72.16%-
XYZ33.0542.123.84-
YUV166.42101.24116.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.11%
GREEN value IS 184 (72.27% from 255) = 40.62%
BLUE value IS 119 (46.88% from 255) = 26.27%
R=33.11%
G=40.62%
B=26.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1501841190.1800.350.2891.3831.459.41
Hex96B877120231C5b1f3b
Octal22627016722043341333773
Binary1001011010111000111011110010010001111100101101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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