#ACB469

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

Shades of Olive Green #ACB469

Tints of Olive Green #ACB469

Color information

#ACB469 (or 0xACB469) is unknown color: approx Olive Green. HEX triplet: AC, B4 and 69. RGB value is (172,180,105). Sum of RGB (Red+Green+Blue) = 172+180+105=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB469 is #534B96. Grayscale: #A9A9A9. Windows color (decimal): -5458839 or 6927532. OLE color: 6927532.

HSL color Cylindrical-coordinate representation of color #ACB469: hue angle of 66.4º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACB469 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB172180105-
CMYK0.0400.420.29
HSL66.4º33.33%55.88%-
HSV(B)66.4º41.67%70.59%-
XYZ35.8842.4319.66-
YUV169.0691.85130.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 180 (70.70% from 255) = 39.39%
BLUE value IS 105 (41.41% from 255) = 22.98%
R=37.64%
G=39.39%
B=22.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721801050.0400.420.2966.433.3355.88
HexACB469402A1D422138
Octal2542641514052351024170
Binary101011001011010011010011000101010111011000010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB469; }

 p { color: rgb(172,180,105); }

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

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

 a { background-color: rgb(172,180,105); }

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

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

 span { border-color: rgb(172,180,105); }

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