#AFAD58

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

Shades of Olive Green #AFAD58

Tints of Olive Green #AFAD58

Color information

#AFAD58 (or 0xAFAD58) is unknown color: approx Olive Green. HEX triplet: AF, AD and 58. RGB value is (175,173,88). Sum of RGB (Red+Green+Blue) = 175+173+88=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 88 (34.77% from 255 or 20.18% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAD58 is #5052A7. Grayscale: #A4A4A4. Windows color (decimal): -5264040 or 5811631. OLE color: 5811631.

HSL color Cylindrical-coordinate representation of color #AFAD58: hue angle of 58.62º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFAD58 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17517388-
CMYK00.010.500.31
HSL58.62º35.22%51.57%-
HSV(B)58.62º49.71%68.63%-
XYZ34.3839.7115.08-
YUV163.9185.16135.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 173 (67.97% from 255) = 39.68%
BLUE value IS 88 (34.77% from 255) = 20.18%
R=40.14%
G=39.68%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751738800.010.500.3158.6235.2251.57
HexAFAD5801321F3b2334
Octal257255130016237734364
Binary101011111010110110110000111001011111111011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD58; }

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

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

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

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

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

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

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

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