#99AC73

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

Shades of Olivine #99AC73

Tints of Olivine #99AC73

Color information

#99AC73 (or 0x99AC73) is unknown color: approx Olivine. HEX triplet: 99, AC and 73. RGB value is (153,172,115). Sum of RGB (Red+Green+Blue) = 153+172+115=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AC73 is #66538C. Grayscale: #A0A0A0. Windows color (decimal): -6706061 or 7580825. OLE color: 7580825.

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

Color convert

RGB153172115-
CMYK0.1100.330.33
HSL80º25.56%56.27%-
HSV(B)80º33.14%67.45%-
XYZ30.9837.5221.83-
YUV159.82102.71123.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.77%
GREEN value IS 172 (67.58% from 255) = 39.09%
BLUE value IS 115 (45.31% from 255) = 26.14%
R=34.77%
G=39.09%
B=26.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531721150.1100.330.338025.5656.27
Hex99AC73B02121501a38
Octal23125416313041411203270
Binary1001100110101100111001110110100001100001101000011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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