Html Css Color HEX #ADBA6A Olive Green

📋 copy color: '#ADBA6A'

red 173 ◦ green 186 ◦ blue 106

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

Shades of Olive Green #ADBA6A

Tints of Olive Green #ADBA6A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40%

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

R = 37.2%
G = 40%
B = 22.8%

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

#ADBA6A (or 0xADBA6A) is known color: 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

RGB 173 186 106 -
CMYK 0.07 0 0.43 0.27
HSL 69.75º 0.37% 0.57% -
HSV(B) 69.75º 0.43% 0.73% -
XYZ 37.39 45.04 20.36 -
YUV 172.99 90.19 128 -
System Red Green Blue C M Y K H S L
Decimal 173 186 106 0.07 0 0.43 0.27 69.75 0.37 0.57
Hex AD BA 6A 7 0 2B 1B 46 25 39
Octal 255 272 152 7 0 53 33 106 45 71
Binary 10101101 10111010 1101010 111 0 101011 11011 1000110 100101 111001

Color Harmonies of #ADBA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA6A

Black with #ADBA6A

Text Example


Text Example

White with #ADBA6A

Text Example


Text Example

HTML Codes & Css Web 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>