#99BB71

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

Shades of Olivine #99BB71

Tints of Olivine #99BB71

Color information

#99BB71 (or 0x99BB71) is unknown color: approx Olivine. HEX triplet: 99, BB and 71. RGB value is (153,187,113). Sum of RGB (Red+Green+Blue) = 153+187+113=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 187 - color contains mainly: green. Hex color #99BB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BB71 is #66448E. Grayscale: #A8A8A8. Windows color (decimal): -6702223 or 7453593. OLE color: 7453593.

HSL color Cylindrical-coordinate representation of color #99BB71: hue angle of 87.57º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99BB71 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB153187113-
CMYK0.1800.400.27
HSL87.57º35.24%58.82%-
HSV(B)87.57º39.57%73.33%-
XYZ33.8943.5122.23-
YUV168.496.74117.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.77%
GREEN value IS 187 (73.44% from 255) = 41.28%
BLUE value IS 113 (44.53% from 255) = 24.94%
R=33.77%
G=41.28%
B=24.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531871130.1800.400.2787.5735.2458.82
Hex99BB71120281B58233b
Octal23127316122050331304373
Binary10011001101110111110001100100101000110111011000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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