#AFAC65

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

Shades of Olive Green #AFAC65

Tints of Olive Green #AFAC65

Color information

#AFAC65 (or 0xAFAC65) is unknown color: approx Olive Green. HEX triplet: AF, AC and 65. RGB value is (175,172,101). Sum of RGB (Red+Green+Blue) = 175+172+101=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAC65 is #50539A. Grayscale: #A5A5A5. Windows color (decimal): -5264283 or 6663343. OLE color: 6663343.

HSL color Cylindrical-coordinate representation of color #AFAC65: hue angle of 57.57º 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 #AFAC65 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB175172101-
CMYK00.020.420.31
HSL57.57º31.62%54.12%-
HSV(B)57.57º42.29%68.63%-
XYZ34.7839.5618.11-
YUV164.891.99135.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 172 (67.58% from 255) = 38.39%
BLUE value IS 101 (39.84% from 255) = 22.54%
R=39.06%
G=38.39%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517210100.020.420.3157.5731.6254.12
HexAFAC65022A1F3a2036
Octal257254145025237724066
Binary1010111110101100110010101010101011111111010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC65; }

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

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

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

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

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

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

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

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