#ABAD61

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

Shades of Olive Green #ABAD61

Tints of Olive Green #ABAD61

Color information

#ABAD61 (or 0xABAD61) is unknown color: approx Olive Green. HEX triplet: AB, AD and 61. RGB value is (171,173,97). Sum of RGB (Red+Green+Blue) = 171+173+97=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 173 - color contains mainly: green. Hex color #ABAD61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAD61 is #54529E. Grayscale: #A4A4A4. Windows color (decimal): -5526175 or 6401451. OLE color: 6401451.

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

Color convert

RGB17117397-
CMYK0.0100.440.32
HSL61.58º31.67%52.94%-
HSV(B)61.58º43.93%67.84%-
XYZ33.939.4117.13-
YUV163.7490.34133.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.78%
GREEN value IS 173 (67.97% from 255) = 39.23%
BLUE value IS 97 (38.28% from 255) = 22.00%
R=38.78%
G=39.23%
B=22.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171173970.0100.440.3261.5831.6752.94
HexABAD61102C203e2035
Octal253255141105440764065
Binary1010101110101101110000110101100100000111110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAD61; }

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

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

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

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

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

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

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

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