#99AF6E

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

Shades of Olivine #99AF6E

Tints of Olivine #99AF6E

Color information

#99AF6E (or 0x99AF6E) is unknown color: approx Olivine. HEX triplet: 99, AF and 6E. RGB value is (153,175,110). Sum of RGB (Red+Green+Blue) = 153+175+110=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AF6E is #665091. Grayscale: #A1A1A1. Windows color (decimal): -6705298 or 7253913. OLE color: 7253913.

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

Color convert

RGB153175110-
CMYK0.1300.370.31
HSL80.31º28.89%55.88%-
HSV(B)80.31º37.14%68.63%-
XYZ31.2838.5620.55-
YUV161.0199.21122.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.93%
GREEN value IS 175 (68.75% from 255) = 39.95%
BLUE value IS 110 (43.36% from 255) = 25.11%
R=34.93%
G=39.95%
B=25.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531751100.1300.370.3180.3128.8955.88
Hex99AF6ED0251F501d38
Octal23125715615045371203570
Binary100110011010111111011101101010010111111101000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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