#AFAB5A

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

Shades of Olive Green #AFAB5A

Tints of Olive Green #AFAB5A

Color information

#AFAB5A (or 0xAFAB5A) is unknown color: approx Olive Green. HEX triplet: AF, AB and 5A. RGB value is (175,171,90). Sum of RGB (Red+Green+Blue) = 175+171+90=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAB5A is #5054A5. Grayscale: #A3A3A3. Windows color (decimal): -5264550 or 5942191. OLE color: 5942191.

HSL color Cylindrical-coordinate representation of color #AFAB5A: hue angle of 57.18º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFAB5A is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17517190-
CMYK00.020.490.31
HSL57.18º34.69%51.96%-
HSV(B)57.18º48.57%68.63%-
XYZ34.0938.9815.4-
YUV162.9686.83136.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 171 (67.19% from 255) = 39.22%
BLUE value IS 90 (35.55% from 255) = 20.64%
R=40.14%
G=39.22%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751719000.020.490.3157.1834.6951.96
HexAFAB5A02311F392334
Octal257253132026137714364
Binary1010111110101011101101001011000111111111001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB5A; }

 p { color: rgb(175,171,90); }

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

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

 a { background-color: rgb(175,171,90); }

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

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

 span { border-color: rgb(175,171,90); }

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