#AFAC58

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

Shades of Olive Green #AFAC58

Tints of Olive Green #AFAC58

Color information

#AFAC58 (or 0xAFAC58) is unknown color: approx Olive Green. HEX triplet: AF, AC and 58. RGB value is (175,172,88). Sum of RGB (Red+Green+Blue) = 175+172+88=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAC58 is #5053A7. Grayscale: #A3A3A3. Windows color (decimal): -5264296 or 5811375. OLE color: 5811375.

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

Color convert

RGB17517288-
CMYK00.020.500.31
HSL57.93º35.22%51.57%-
HSV(B)57.93º49.71%68.63%-
XYZ34.1939.3215.02-
YUV163.3285.49136.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.23%
GREEN value IS 172 (67.58% from 255) = 39.54%
BLUE value IS 88 (34.77% from 255) = 20.23%
R=40.23%
G=39.54%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751728800.020.500.3157.9335.2251.57
HexAFAC5802321F3a2334
Octal257254130026237724364
Binary1010111110101100101100001011001011111111010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC58; }

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

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

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

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

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

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

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

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