#ABAA67

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

Shades of Olive Green #ABAA67

Tints of Olive Green #ABAA67

Color information

#ABAA67 (or 0xABAA67) is unknown color: approx Olive Green. HEX triplet: AB, AA and 67. RGB value is (171,170,103). Sum of RGB (Red+Green+Blue) = 171+170+103=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 103 (40.62% from 255 or 23.20% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA67 is #545598. Grayscale: #A2A2A2. Windows color (decimal): -5526937 or 6793899. OLE color: 6793899.

HSL color Cylindrical-coordinate representation of color #ABAA67: hue angle of 59.12º 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 #ABAA67 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB171170103-
CMYK00.010.400.33
HSL59.12º28.81%53.73%-
HSV(B)59.12º39.77%67.06%-
XYZ33.6238.3918.47-
YUV162.6694.33133.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.51%
GREEN value IS 170 (66.80% from 255) = 38.29%
BLUE value IS 103 (40.62% from 255) = 23.20%
R=38.51%
G=38.29%
B=23.20%

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
Decimal17117010300.010.400.3359.1228.8153.73
HexABAA670128213b1d36
Octal253252147015041733566
Binary101010111010101011001110110100010000111101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA67; }

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

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

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

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

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

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

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

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