#ABAD68

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

Shades of Olive Green #ABAD68

Tints of Olive Green #ABAD68

Color information

#ABAD68 (or 0xABAD68) is unknown color: approx Olive Green. HEX triplet: AB, AD and 68. RGB value is (171,173,104). Sum of RGB (Red+Green+Blue) = 171+173+104=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 173 - color contains mainly: green. Hex color #ABAD68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAD68 is #545297. Grayscale: #A4A4A4. Windows color (decimal): -5526168 or 6860203. OLE color: 6860203.

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

Color convert

RGB171173104-
CMYK0.0100.400.32
HSL61.74º29.61%54.31%-
HSV(B)61.74º39.88%67.84%-
XYZ34.2439.5418.93-
YUV164.5493.84132.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.17%
GREEN value IS 173 (67.97% from 255) = 38.62%
BLUE value IS 104 (41.02% from 255) = 23.21%
R=38.17%
G=38.62%
B=23.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711731040.0100.400.3261.7429.6154.31
HexABAD681028203e1e36
Octal253255150105040763666
Binary101010111010110111010001010100010000011111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAD68; }

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

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

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

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

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

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

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

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