#ADB660

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

Shades of Olive Green #ADB660

Tints of Olive Green #ADB660

Color information

#ADB660 (or 0xADB660) is unknown color: approx Olive Green. HEX triplet: AD, B6 and 60. RGB value is (173,182,96). Sum of RGB (Red+Green+Blue) = 173+182+96=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB660 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB660 is #52499F. Grayscale: #A9A9A9. Windows color (decimal): -5392800 or 6338221. OLE color: 6338221.

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

Color convert

RGB17318296-
CMYK0.0500.470.29
HSL66.28º37.07%54.51%-
HSV(B)66.28º47.25%71.37%-
XYZ36.0743.1817.5-
YUV169.586.52130.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.36%
GREEN value IS 182 (71.48% from 255) = 40.35%
BLUE value IS 96 (37.89% from 255) = 21.29%
R=38.36%
G=40.35%
B=21.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173182960.0500.470.2966.2837.0754.51
HexADB660502F1D422537
Octal2552661405057351024567
Binary101011011011011011000001010101111111011000010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB660; }

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

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

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

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

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

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

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

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