#ADB663

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

Shades of Olive Green #ADB663

Tints of Olive Green #ADB663

Color information

#ADB663 (or 0xADB663) is unknown color: approx Olive Green. HEX triplet: AD, B6 and 63. RGB value is (173,182,99). Sum of RGB (Red+Green+Blue) = 173+182+99=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB663 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB663 is #52499C. Grayscale: #AAAAAA. Windows color (decimal): -5392797 or 6534829. OLE color: 6534829.

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

Color convert

RGB17318299-
CMYK0.0500.460.29
HSL66.51º36.24%55.1%-
HSV(B)66.51º45.6%71.37%-
XYZ36.2143.2418.24-
YUV169.8588.02130.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.11%
GREEN value IS 182 (71.48% from 255) = 40.09%
BLUE value IS 99 (39.06% from 255) = 21.81%
R=38.11%
G=40.09%
B=21.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173182990.0500.460.2966.5136.2455.1
HexADB663502E1D432437
Octal2552661435056351034467
Binary101011011011011011000111010101110111011000011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB663; }

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

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

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

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

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

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

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

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