#AFAE61

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

Shades of Olive Green #AFAE61

Tints of Olive Green #AFAE61

Color information

#AFAE61 (or 0xAFAE61) is unknown color: approx Olive Green. HEX triplet: AF, AE and 61. RGB value is (175,174,97). Sum of RGB (Red+Green+Blue) = 175+174+97=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE61 is #50519E. Grayscale: #A5A5A5. Windows color (decimal): -5263775 or 6401711. OLE color: 6401711.

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

Color convert

RGB17517497-
CMYK00.010.450.31
HSL59.23º32.77%53.33%-
HSV(B)59.23º44.57%68.63%-
XYZ34.9740.2517.23-
YUV165.5289.33134.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 174 (68.36% from 255) = 39.01%
BLUE value IS 97 (38.28% from 255) = 21.75%
R=39.24%
G=39.01%
B=21.75%

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
Decimal1751749700.010.450.3159.2332.7753.33
HexAFAE61012D1F3b2135
Octal257256141015537734165
Binary101011111010111011000010110110111111111011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAE61; }

 p { color: rgb(175,174,97); }

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

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

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

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

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

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

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