#99AF80

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

Shades of Olivine #99AF80

Tints of Olivine #99AF80

Color information

#99AF80 (or 0x99AF80) is unknown color: approx Olivine. HEX triplet: 99, AF and 80. RGB value is (153,175,128). Sum of RGB (Red+Green+Blue) = 153+175+128=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AF80 is #66507F. Grayscale: #A3A3A3. Windows color (decimal): -6705280 or 8433561. OLE color: 8433561.

HSL color Cylindrical-coordinate representation of color #99AF80: hue angle of 88.09º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99AF80 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB153175128-
CMYK0.1300.270.31
HSL88.09º22.71%59.41%-
HSV(B)88.09º26.86%68.63%-
XYZ32.3638.9926.24-
YUV163.06108.21120.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.55%
GREEN value IS 175 (68.75% from 255) = 38.38%
BLUE value IS 128 (50.39% from 255) = 28.07%
R=33.55%
G=38.38%
B=28.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531751280.1300.270.3188.0922.7159.41
Hex99AF80D01B1F58173b
Octal23125720015033371302773
Binary100110011010111110000000110101101111111101100010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,175,128); }

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

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

 a { background-color: rgb(153,175,128); }

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

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

 span { border-color: rgb(153,175,128); }

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