#ABAB6B

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

Shades of Olive Green #ABAB6B

Tints of Olive Green #ABAB6B

Color information

#ABAB6B (or 0xABAB6B) is unknown color: approx Olive Green. HEX triplet: AB, AB and 6B. RGB value is (171,171,107). Sum of RGB (Red+Green+Blue) = 171+171+107=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 107 (42.19% from 255 or 23.83% from 449); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB6B is #545494. Grayscale: #A3A3A3. Windows color (decimal): -5526677 or 7056299. OLE color: 7056299.

HSL color Cylindrical-coordinate representation of color #ABAB6B: hue angle of 60º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABAB6B is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB171171107-
CMYK000.370.33
HSL60º27.59%54.51%-
HSV(B)60º37.43%67.06%-
XYZ34.0138.8519.62-
YUV163.796133.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.08%
GREEN value IS 171 (67.19% from 255) = 38.08%
BLUE value IS 107 (42.19% from 255) = 23.83%
R=38.08%
G=38.08%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171171107000.370.336027.5954.51
HexABAB6B0025213c1c37
Octal253253153004541743467
Binary101010111010101111010110010010110000111110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB6B; }

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

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

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

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

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

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

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

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