#ADAB60

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

Shades of Olive Green #ADAB60

Tints of Olive Green #ADAB60

Color information

#ADAB60 (or 0xADAB60) is unknown color: approx Olive Green. HEX triplet: AD, AB and 60. RGB value is (173,171,96). Sum of RGB (Red+Green+Blue) = 173+171+96=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB60 is #52549F. Grayscale: #A3A3A3. Windows color (decimal): -5395616 or 6335405. OLE color: 6335405.

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

Color convert

RGB17317196-
CMYK00.010.450.32
HSL58.44º31.95%52.75%-
HSV(B)58.44º44.51%67.84%-
XYZ33.9138.8516.78-
YUV163.0590.16135.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.32%
GREEN value IS 171 (67.19% from 255) = 38.86%
BLUE value IS 96 (37.89% from 255) = 21.82%
R=39.32%
G=38.86%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731719600.010.450.3258.4431.9552.75
HexADAB60012D203a2035
Octal255253140015540724065
Binary1010110110101011110000001101101100000111010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB60; }

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

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

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

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

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

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

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

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