#ABAB67

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

Shades of Olive Green #ABAB67

Tints of Olive Green #ABAB67

Color information

#ABAB67 (or 0xABAB67) is unknown color: approx Olive Green. HEX triplet: AB, AB and 67. RGB value is (171,171,103). Sum of RGB (Red+Green+Blue) = 171+171+103=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 103 (40.62% from 255 or 23.15% from 445); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB67 is #545498. Grayscale: #A3A3A3. Windows color (decimal): -5526681 or 6794155. OLE color: 6794155.

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

Color convert

RGB171171103-
CMYK000.400.33
HSL60º28.81%53.73%-
HSV(B)60º39.77%67.06%-
XYZ33.8138.7618.53-
YUV163.2594133.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.43%
GREEN value IS 171 (67.19% from 255) = 38.43%
BLUE value IS 103 (40.62% from 255) = 23.15%
R=38.43%
G=38.43%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171171103000.400.336028.8153.73
HexABAB670028213c1d36
Octal253253147005041743566
Binary101010111010101111001110010100010000111110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB67; }

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

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

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

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

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

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

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

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