#acaf65

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

Shades of Olive Green #ACAF65

Tints of Olive Green #ACAF65

Color information

#ACAF65 (or 0xACAF65) is unknown color: approx Olive Green. HEX triplet: AC, AF and 65. RGB value is (172,175,101). Sum of RGB (Red+Green+Blue) = 172+175+101=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAF65 is #53509A. Grayscale: #A5A5A5. Windows color (decimal): -5460123 or 6664108. OLE color: 6664108.

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

Color convert

RGB172175101-
CMYK0.0200.420.31
HSL62.43º31.62%54.12%-
HSV(B)62.43º42.29%68.63%-
XYZ34.6940.3718.28-
YUV165.6791.51132.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.39%
GREEN value IS 175 (68.75% from 255) = 39.06%
BLUE value IS 101 (39.84% from 255) = 22.54%
R=38.39%
G=39.06%
B=22.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721751010.0200.420.3162.4331.6254.12
HexACAF65202A1F3e2036
Octal254257145205237764066
Binary1010110010101111110010110010101011111111110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #acaf65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #acaf65; }

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

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

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

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

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

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

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

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