Html Css Color HEX #ADBB6A Olive Green

📋 copy color: '#ADBB6A'

red 173 ◦ green 187 ◦ blue 106

#ADBB6A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #ADBB6A

Tints of Olive Green #ADBB6A

RGB

 RED value IS 173 (67.97% from 255) = 37.12%

 GREEN value IS 187 (73.44% from 255) = 40.13%

 BLUE value IS 106 (41.8% from 255) = 22.75%

R = 37.12%
G = 40.13%
B = 22.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#ADBB6A (or 0xADBB6A) is known color: Olive Green. HEX triplet: AD, BB and 6A. RGB value is (173,187,106). Sum of RGB (Red+Green+Blue) = 173+187+106=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBB6A is #524495. Grayscale: #ADADAD. Windows color (decimal): -5391510 or 6994861. OLE color: 6994861.

HSL color Cylindrical-coordinate representation of color #ADBB6A: hue angle of 70.37º 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 #ADBB6A is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 187 106 -
CMYK 0.07 0 0.43 0.27
HSL 70.37º 0.37% 0.57% -
HSV(B) 70.37º 0.43% 0.73% -
XYZ 37.61 45.47 20.43 -
YUV 173.58 89.86 127.59 -
System Red Green Blue C M Y K H S L
Decimal 173 187 106 0.07 0 0.43 0.27 70.37 0.37 0.57
Hex AD BB 6A 7 0 2B 1B 46 25 39
Octal 255 273 152 7 0 53 33 106 45 71
Binary 10101101 10111011 1101010 111 0 101011 11011 1000110 100101 111001

Color Harmonies of #ADBB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBB6A

Black with #ADBB6A

Text Example


Text Example

White with #ADBB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBB6A; }

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

 H1.HeaderClassName
 {
   color: #ADBB6A;
 }
 .AnyTagClassName
 {
   color: #ADBB6A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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