#AFAD62

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

Shades of Olive Green #AFAD62

Tints of Olive Green #AFAD62

Color information

#AFAD62 (or 0xAFAD62) is unknown color: approx Olive Green. HEX triplet: AF, AD and 62. RGB value is (175,173,98). Sum of RGB (Red+Green+Blue) = 175+173+98=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAD62 is #50529D. Grayscale: #A5A5A5. Windows color (decimal): -5264030 or 6466991. OLE color: 6466991.

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

Color convert

RGB17517398-
CMYK00.010.440.31
HSL58.44º32.49%53.53%-
HSV(B)58.44º44%68.63%-
XYZ34.8339.8817.42-
YUV165.0590.16135.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 173 (67.97% from 255) = 38.79%
BLUE value IS 98 (38.67% from 255) = 21.97%
R=39.24%
G=38.79%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751739800.010.440.3158.4432.4953.53
HexAFAD62012C1F3a2036
Octal257255142015437724066
Binary101011111010110111000100110110011111111010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD62; }

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

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

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

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

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

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

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

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