#ADB661

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

Shades of Olive Green #ADB661

Tints of Olive Green #ADB661

Color information

#ADB661 (or 0xADB661) is unknown color: approx Olive Green. HEX triplet: AD, B6 and 61. RGB value is (173,182,97). Sum of RGB (Red+Green+Blue) = 173+182+97=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB661 is #52499E. Grayscale: #A9A9A9. Windows color (decimal): -5392799 or 6403757. OLE color: 6403757.

HSL color Cylindrical-coordinate representation of color #ADB661: hue angle of 66.35º 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 #ADB661 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB17318297-
CMYK0.0500.470.29
HSL66.35º36.8%54.71%-
HSV(B)66.35º46.7%71.37%-
XYZ36.1243.217.74-
YUV169.6287.02130.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.27%
GREEN value IS 182 (71.48% from 255) = 40.27%
BLUE value IS 97 (38.28% from 255) = 21.46%
R=38.27%
G=40.27%
B=21.46%

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
Decimal173182970.0500.470.2966.3536.854.71
HexADB661502F1D422537
Octal2552661415057351024567
Binary101011011011011011000011010101111111011000010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB661; }

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

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

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

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

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

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

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

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