#ACB769

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

Shades of Olive Green #ACB769

Tints of Olive Green #ACB769

Color information

#ACB769 (or 0xACB769) is unknown color: approx Olive Green. HEX triplet: AC, B7 and 69. RGB value is (172,183,105). Sum of RGB (Red+Green+Blue) = 172+183+105=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB769 is #534896. Grayscale: #ABABAB. Windows color (decimal): -5458071 or 6928300. OLE color: 6928300.

HSL color Cylindrical-coordinate representation of color #ACB769: hue angle of 68.46º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACB769 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB172183105-
CMYK0.0600.430.28
HSL68.46º35.14%56.47%-
HSV(B)68.46º42.62%71.76%-
XYZ36.543.6619.87-
YUV170.8290.86128.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.39%
GREEN value IS 183 (71.88% from 255) = 39.78%
BLUE value IS 105 (41.41% from 255) = 22.83%
R=37.39%
G=39.78%
B=22.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721831050.0600.430.2868.4635.1456.47
HexACB769602B1C442338
Octal2542671516053341044370
Binary101011001011011111010011100101011111001000100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB769; }

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

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

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

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

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

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

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

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