#AFAD60

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

Shades of Olive Green #AFAD60

Tints of Olive Green #AFAD60

Color information

#AFAD60 (or 0xAFAD60) is unknown color: approx Olive Green. HEX triplet: AF, AD and 60. RGB value is (175,173,96). Sum of RGB (Red+Green+Blue) = 175+173+96=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAD60 is #50529F. Grayscale: #A5A5A5. Windows color (decimal): -5264032 or 6335919. OLE color: 6335919.

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

Color convert

RGB17517396-
CMYK00.010.450.31
HSL58.48º33.05%53.14%-
HSV(B)58.48º45.14%68.63%-
XYZ34.7339.8516.93-
YUV164.8289.16135.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 173 (67.97% from 255) = 38.96%
BLUE value IS 96 (37.89% from 255) = 21.62%
R=39.41%
G=38.96%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751739600.010.450.3158.4833.0553.14
HexAFAD60012D1F3a2135
Octal257255140015537724165
Binary101011111010110111000000110110111111111010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD60; }

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

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

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

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

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

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

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

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