#ADBB66

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

Shades of Olive Green #ADBB66

Tints of Olive Green #ADBB66

Color information

#ADBB66 (or 0xADBB66) is unknown color: approx Olive Green. HEX triplet: AD, BB and 66. RGB value is (173,187,102). Sum of RGB (Red+Green+Blue) = 173+187+102=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBB66 is #524499. Grayscale: #ADADAD. Windows color (decimal): -5391514 or 6732717. OLE color: 6732717.

HSL color Cylindrical-coordinate representation of color #ADBB66: hue angle of 69.88º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADBB66 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB173187102-
CMYK0.0700.450.27
HSL69.88º38.46%56.67%-
HSV(B)69.88º45.45%73.33%-
XYZ37.445.3819.36-
YUV173.1287.86127.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.45%
GREEN value IS 187 (73.44% from 255) = 40.48%
BLUE value IS 102 (40.23% from 255) = 22.08%
R=37.45%
G=40.48%
B=22.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731871020.0700.450.2769.8838.4656.67
HexADBB66702D1B462639
Octal2552731467055331064671
Binary101011011011101111001101110101101110111000110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBB66; }

 p { color: rgb(173,187,102); }

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

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

 a { background-color: rgb(173,187,102); }

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

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

 span { border-color: rgb(173,187,102); }

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