#99B771

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

Shades of Olivine #99B771

Tints of Olivine #99B771

Color information

#99B771 (or 0x99B771) is unknown color: approx Olivine. HEX triplet: 99, B7 and 71. RGB value is (153,183,113). Sum of RGB (Red+Green+Blue) = 153+183+113=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 183 - color contains mainly: green. Hex color #99B771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B771 is #66488E. Grayscale: #A6A6A6. Windows color (decimal): -6703247 or 7452569. OLE color: 7452569.

HSL color Cylindrical-coordinate representation of color #99B771: hue angle of 85.71º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99B771 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB153183113-
CMYK0.1600.380.28
HSL85.71º32.71%58.04%-
HSV(B)85.71º38.25%71.76%-
XYZ33.0541.8321.96-
YUV166.0598.06118.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.08%
GREEN value IS 183 (71.88% from 255) = 40.76%
BLUE value IS 113 (44.53% from 255) = 25.17%
R=34.08%
G=40.76%
B=25.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1531831130.1600.380.2885.7132.7158.04
Hex99B771100261C56213a
Octal23126716120046341264172
Binary10011001101101111110001100000100110111001010110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99B771; }

 p { color: rgb(153,183,113); }

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

<style>
 a { background-color: #99B771; }

 a { background-color: rgb(153,183,113); }

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

<style>
 span { border-color: #99B771; }

 span { border-color: rgb(153,183,113); }

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