#AFAF5D

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

Shades of Olive Green #AFAF5D

Tints of Olive Green #AFAF5D

Color information

#AFAF5D (or 0xAFAF5D) is unknown color: approx Olive Green. HEX triplet: AF, AF and 5D. RGB value is (175,175,93). Sum of RGB (Red+Green+Blue) = 175+175+93=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF5D is #5050A2. Grayscale: #A5A5A5. Windows color (decimal): -5263523 or 6139823. OLE color: 6139823.

HSL color Cylindrical-coordinate representation of color #AFAF5D: hue angle of 60º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFAF5D is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB17517593-
CMYK000.470.31
HSL60º33.88%52.55%-
HSV(B)60º46.86%68.63%-
XYZ34.9840.5616.34-
YUV165.6587134.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.50%
GREEN value IS 175 (68.75% from 255) = 39.50%
BLUE value IS 93 (36.72% from 255) = 20.99%
R=39.50%
G=39.50%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517593000.470.316033.8852.55
HexAFAF5D002F1F3c2235
Octal257257135005737744265
Binary101011111010111110111010010111111111111100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF5D; }

 p { color: rgb(175,175,93); }

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

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

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

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

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

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

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