#AFAD65

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

Shades of Olive Green #AFAD65

Tints of Olive Green #AFAD65

Color information

#AFAD65 (or 0xAFAD65) is unknown color: approx Olive Green. HEX triplet: AF, AD and 65. RGB value is (175,173,101). Sum of RGB (Red+Green+Blue) = 175+173+101=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAD65 is #50529A. Grayscale: #A5A5A5. Windows color (decimal): -5264027 or 6663599. OLE color: 6663599.

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

Color convert

RGB175173101-
CMYK00.010.420.31
HSL58.38º31.62%54.12%-
HSV(B)58.38º42.29%68.63%-
XYZ34.9739.9418.18-
YUV165.3991.66134.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 173 (67.97% from 255) = 38.53%
BLUE value IS 101 (39.84% from 255) = 22.49%
R=38.98%
G=38.53%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517310100.010.420.3158.3831.6254.12
HexAFAD65012A1F3a2036
Octal257255145015237724066
Binary101011111010110111001010110101011111111010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD65; }

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

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

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

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

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

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

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

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