#ABAD6D

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

Shades of Olive Green #ABAD6D

Tints of Olive Green #ABAD6D

Color information

#ABAD6D (or 0xABAD6D) is unknown color: approx Olive Green. HEX triplet: AB, AD and 6D. RGB value is (171,173,109). Sum of RGB (Red+Green+Blue) = 171+173+109=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 173 - color contains mainly: green. Hex color #ABAD6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAD6D is #545292. Grayscale: #A5A5A5. Windows color (decimal): -5526163 or 7187883. OLE color: 7187883.

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

Color convert

RGB171173109-
CMYK0.0100.370.32
HSL61.88º28.07%55.29%-
HSV(B)61.88º36.99%67.84%-
XYZ34.539.6520.3-
YUV165.1196.34132.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.75%
GREEN value IS 173 (67.97% from 255) = 38.19%
BLUE value IS 109 (42.97% from 255) = 24.06%
R=37.75%
G=38.19%
B=24.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711731090.0100.370.3261.8828.0755.29
HexABAD6D1025203e1c37
Octal253255155104540763467
Binary101010111010110111011011010010110000011111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAD6D; }

 p { color: rgb(171,173,109); }

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

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

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

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

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

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

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