#99AE75

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

Shades of Olivine #99AE75

Tints of Olivine #99AE75

Color information

#99AE75 (or 0x99AE75) is unknown color: approx Olivine. HEX triplet: 99, AE and 75. RGB value is (153,174,117). Sum of RGB (Red+Green+Blue) = 153+174+117=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 174 - color contains mainly: green. Hex color #99AE75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AE75 is #66518A. Grayscale: #A1A1A1. Windows color (decimal): -6705547 or 7712409. OLE color: 7712409.

HSL color Cylindrical-coordinate representation of color #99AE75: hue angle of 82.11º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99AE75 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB153174117-
CMYK0.1200.330.32
HSL82.11º26.03%57.06%-
HSV(B)82.11º32.76%68.24%-
XYZ31.4838.3322.57-
YUV161.22103.04122.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.46%
GREEN value IS 174 (68.36% from 255) = 39.19%
BLUE value IS 117 (46.09% from 255) = 26.35%
R=34.46%
G=39.19%
B=26.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531741170.1200.330.3282.1126.0357.06
Hex99AE75C02120521a39
Octal23125616514041401223271
Binary1001100110101110111010111000100001100000101001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,174,117); }

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

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

 a { background-color: rgb(153,174,117); }

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

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

 span { border-color: rgb(153,174,117); }

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