#ABAB69

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

Shades of Olive Green #ABAB69

Tints of Olive Green #ABAB69

Color information

#ABAB69 (or 0xABAB69) is unknown color: approx Olive Green. HEX triplet: AB, AB and 69. RGB value is (171,171,105). Sum of RGB (Red+Green+Blue) = 171+171+105=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB69 is #545496. Grayscale: #A3A3A3. Windows color (decimal): -5526679 or 6925227. OLE color: 6925227.

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

Color convert

RGB171171105-
CMYK000.390.33
HSL60º28.21%54.12%-
HSV(B)60º38.6%67.06%-
XYZ33.9138.819.07-
YUV163.4895133.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.26%
GREEN value IS 171 (67.19% from 255) = 38.26%
BLUE value IS 105 (41.41% from 255) = 23.49%
R=38.26%
G=38.26%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171171105000.390.336028.2154.12
HexABAB690027213c1c36
Octal253253151004741743466
Binary101010111010101111010010010011110000111110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB69; }

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

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

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

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

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

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

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

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