#ABAD6B

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

Shades of Olive Green #ABAD6B

Tints of Olive Green #ABAD6B

Color information

#ABAD6B (or 0xABAD6B) is unknown color: approx Olive Green. HEX triplet: AB, AD and 6B. RGB value is (171,173,107). Sum of RGB (Red+Green+Blue) = 171+173+107=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 173 - color contains mainly: green. Hex color #ABAD6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAD6B is #545294. Grayscale: #A5A5A5. Windows color (decimal): -5526165 or 7056811. OLE color: 7056811.

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

Color convert

RGB171173107-
CMYK0.0100.380.32
HSL61.82º28.7%54.9%-
HSV(B)61.82º38.15%67.84%-
XYZ34.3939.6119.74-
YUV164.8895.34132.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.92%
GREEN value IS 173 (67.97% from 255) = 38.36%
BLUE value IS 107 (42.19% from 255) = 23.73%
R=37.92%
G=38.36%
B=23.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711731070.0100.380.3261.8228.754.9
HexABAD6B1026203e1d37
Octal253255153104640763567
Binary101010111010110111010111010011010000011111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAD6B; }

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

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

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

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

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

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

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

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