#ACAB67

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

Shades of Olive Green #ACAB67

Tints of Olive Green #ACAB67

Color information

#ACAB67 (or 0xACAB67) is unknown color: approx Olive Green. HEX triplet: AC, AB and 67. RGB value is (172,171,103). Sum of RGB (Red+Green+Blue) = 172+171+103=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 103 (40.62% from 255 or 23.09% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB67 is #535498. Grayscale: #A3A3A3. Windows color (decimal): -5461145 or 6794156. OLE color: 6794156.

HSL color Cylindrical-coordinate representation of color #ACAB67: hue angle of 59.13º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACAB67 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB172171103-
CMYK00.010.400.33
HSL59.13º29.36%53.92%-
HSV(B)59.13º40.12%67.45%-
XYZ34.0238.8818.54-
YUV163.5593.83134.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 171 (67.19% from 255) = 38.34%
BLUE value IS 103 (40.62% from 255) = 23.09%
R=38.57%
G=38.34%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217110300.010.400.3359.1329.3653.92
HexACAB670128213b1d36
Octal254253147015041733566
Binary101011001010101111001110110100010000111101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB67; }

 p { color: rgb(172,171,103); }

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

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

 a { background-color: rgb(172,171,103); }

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

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

 span { border-color: rgb(172,171,103); }

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