#ADB659

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

Shades of Olive Green #ADB659

Tints of Olive Green #ADB659

Color information

#ADB659 (or 0xADB659) is unknown color: approx Olive Green. HEX triplet: AD, B6 and 59. RGB value is (173,182,89). Sum of RGB (Red+Green+Blue) = 173+182+89=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 89 (35.16% from 255 or 20.05% from 444); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB659 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB659 is #5249A6. Grayscale: #A9A9A9. Windows color (decimal): -5392807 or 5879469. OLE color: 5879469.

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

Color convert

RGB17318289-
CMYK0.0500.510.29
HSL65.81º38.91%53.14%-
HSV(B)65.81º51.1%71.37%-
XYZ35.7643.0615.88-
YUV168.7183.02131.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.96%
GREEN value IS 182 (71.48% from 255) = 40.99%
BLUE value IS 89 (35.16% from 255) = 20.05%
R=38.96%
G=40.99%
B=20.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173182890.0500.510.2965.8138.9153.14
HexADB65950331D422735
Octal2552661315063351024765
Binary101011011011011010110011010110011111011000010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB659; }

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

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

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

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

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

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

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

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