#99B77A

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

Shades of Olivine #99B77A

Tints of Olivine #99B77A

Color information

#99B77A (or 0x99B77A) is unknown color: approx Olivine. HEX triplet: 99, B7 and 7A. RGB value is (153,183,122). Sum of RGB (Red+Green+Blue) = 153+183+122=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 183 - color contains mainly: green. Hex color #99B77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B77A is #664885. Grayscale: #A7A7A7. Windows color (decimal): -6703238 or 8042393. OLE color: 8042393.

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

Color convert

RGB153183122-
CMYK0.1600.330.28
HSL89.51º29.76%59.8%-
HSV(B)89.51º33.33%71.76%-
XYZ33.5842.0424.76-
YUV167.08102.56117.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.41%
GREEN value IS 183 (71.88% from 255) = 39.96%
BLUE value IS 122 (48.05% from 255) = 26.64%
R=33.41%
G=39.96%
B=26.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1531831220.1600.330.2889.5129.7659.8
Hex99B77A100211C5a1e3c
Octal23126717220041341323674
Binary1001100110110111111101010000010000111100101101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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