#AAAF65

Color #AAAF65 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #AAAF65

Tints of Olive Green #AAAF65

Color information

#AAAF65 (or 0xAAAF65) is unknown color: approx Olive Green. HEX triplet: AA, AF and 65. RGB value is (170,175,101). Sum of RGB (Red+Green+Blue) = 170+175+101=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF65 is #55509A. Grayscale: #A5A5A5. Windows color (decimal): -5591195 or 6664106. OLE color: 6664106.

HSL color Cylindrical-coordinate representation of color #AAAF65: hue angle of 64.05º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAAF65 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB170175101-
CMYK0.0300.420.31
HSL64.05º31.62%54.12%-
HSV(B)64.05º42.29%68.63%-
XYZ34.2640.1518.26-
YUV165.0791.84131.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 175 (68.75% from 255) = 39.24%
BLUE value IS 101 (39.84% from 255) = 22.65%
R=38.12%
G=39.24%
B=22.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701751010.0300.420.3164.0531.6254.12
HexAAAF65302A1F402036
Octal2522571453052371004066
Binary10101010101011111100101110101010111111000000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAF65; }

 p { color: rgb(170,175,101); }

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

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

 a { background-color: rgb(170,175,101); }

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

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

 span { border-color: rgb(170,175,101); }

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