#ADBA6A

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

Shades of Olive Green #ADBA6A

Tints of Olive Green #ADBA6A

Color information

#ADBA6A (or 0xADBA6A) is unknown color: approx Olive Green. HEX triplet: AD, BA and 6A. RGB value is (173,186,106). Sum of RGB (Red+Green+Blue) = 173+186+106=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA6A is #524595. Grayscale: #ADADAD. Windows color (decimal): -5391766 or 6994605. OLE color: 6994605.

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

Color convert

RGB173186106-
CMYK0.0700.430.27
HSL69.75º36.7%57.25%-
HSV(B)69.75º43.01%72.94%-
XYZ37.3945.0420.36-
YUV172.9990.19128-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.20%
GREEN value IS 186 (73.05% from 255) = 40%
BLUE value IS 106 (41.80% from 255) = 22.80%
R=37.20%
G=40%
B=22.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861060.0700.430.2769.7536.757.25
HexADBA6A702B1B462539
Octal2552721527053331064571
Binary101011011011101011010101110101011110111000110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBA6A; }

 p { color: rgb(173,186,106); }

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

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

 a { background-color: rgb(173,186,106); }

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

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

 span { border-color: rgb(173,186,106); }

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