#99AC77

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

Shades of Olivine #99AC77

Tints of Olivine #99AC77

Color information

#99AC77 (or 0x99AC77) is unknown color: approx Olivine. HEX triplet: 99, AC and 77. RGB value is (153,172,119). Sum of RGB (Red+Green+Blue) = 153+172+119=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AC77 is #665388. Grayscale: #A0A0A0. Windows color (decimal): -6706057 or 7842969. OLE color: 7842969.

HSL color Cylindrical-coordinate representation of color #99AC77: hue angle of 81.51º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99AC77 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB153172119-
CMYK0.1100.310.33
HSL81.51º24.2%57.06%-
HSV(B)81.51º30.81%67.45%-
XYZ31.2237.6123.07-
YUV160.28104.71122.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.46%
GREEN value IS 172 (67.58% from 255) = 38.74%
BLUE value IS 119 (46.88% from 255) = 26.80%
R=34.46%
G=38.74%
B=26.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531721190.1100.310.3381.5124.257.06
Hex99AC77B01F21521839
Octal23125416713037411223071
Binary100110011010110011101111011011111100001101001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,172,119); }

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

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

 a { background-color: rgb(153,172,119); }

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

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

 span { border-color: rgb(153,172,119); }

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