#ACB168

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

Shades of Olive Green #ACB168

Tints of Olive Green #ACB168

Color information

#ACB168 (or 0xACB168) is unknown color: approx Olive Green. HEX triplet: AC, B1 and 68. RGB value is (172,177,104). Sum of RGB (Red+Green+Blue) = 172+177+104=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB168 is #534E97. Grayscale: #A7A7A7. Windows color (decimal): -5459608 or 6861228. OLE color: 6861228.

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

Color convert

RGB172177104-
CMYK0.0300.410.31
HSL64.11º31.88%55.1%-
HSV(B)64.11º41.24%69.41%-
XYZ35.2341.2119.19-
YUV167.1892.34131.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 177 (69.53% from 255) = 39.07%
BLUE value IS 104 (41.02% from 255) = 22.96%
R=37.97%
G=39.07%
B=22.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721771040.0300.410.3164.1131.8855.1
HexACB16830291F402037
Octal2542611503051371004067
Binary10101100101100011101000110101001111111000000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB168; }

 p { color: rgb(172,177,104); }

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

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

 a { background-color: rgb(172,177,104); }

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

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

 span { border-color: rgb(172,177,104); }

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