#ADB460

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

Shades of Olive Green #ADB460

Tints of Olive Green #ADB460

Color information

#ADB460 (or 0xADB460) is unknown color: approx Olive Green. HEX triplet: AD, B4 and 60. RGB value is (173,180,96). Sum of RGB (Red+Green+Blue) = 173+180+96=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB460 is #524B9F. Grayscale: #A8A8A8. Windows color (decimal): -5393312 or 6337709. OLE color: 6337709.

HSL color Cylindrical-coordinate representation of color #ADB460: hue angle of 65º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADB460 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB17318096-
CMYK0.0400.470.29
HSL65º35.9%54.12%-
HSV(B)65º46.67%70.59%-
XYZ35.6742.3717.36-
YUV168.3387.18131.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 180 (70.70% from 255) = 40.09%
BLUE value IS 96 (37.89% from 255) = 21.38%
R=38.53%
G=40.09%
B=21.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173180960.0400.470.296535.954.12
HexADB460402F1D412436
Octal2552641404057351014466
Binary101011011011010011000001000101111111011000001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB460; }

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

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

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

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

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

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

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

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