#ACAF63

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

Shades of Olive Green #ACAF63

Tints of Olive Green #ACAF63

Color information

#ACAF63 (or 0xACAF63) is unknown color: approx Olive Green. HEX triplet: AC, AF and 63. RGB value is (172,175,99). Sum of RGB (Red+Green+Blue) = 172+175+99=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAF63 is #53509C. Grayscale: #A5A5A5. Windows color (decimal): -5460125 or 6533036. OLE color: 6533036.

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

Color convert

RGB17217599-
CMYK0.0200.430.31
HSL62.37º32.2%53.73%-
HSV(B)62.37º43.43%68.63%-
XYZ34.640.3317.77-
YUV165.4490.51132.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 175 (68.75% from 255) = 39.24%
BLUE value IS 99 (39.06% from 255) = 22.20%
R=38.57%
G=39.24%
B=22.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172175990.0200.430.3162.3732.253.73
HexACAF63202B1F3e2036
Octal254257143205337764066
Binary1010110010101111110001110010101111111111110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF63; }

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

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

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

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

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

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

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

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