Html Css Color HEX #ADBA68 Olive Green

📋 copy color: '#ADBA68'

red 173 ◦ green 186 ◦ blue 104

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

Shades of Olive Green #ADBA68

Tints of Olive Green #ADBA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.46%

R = 37.37%
G = 40.17%
B = 22.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#ADBA68 (or 0xADBA68) is known color: Olive Green. HEX triplet: AD, BA and 68. RGB value is (173,186,104). Sum of RGB (Red+Green+Blue) = 173+186+104=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA68 is #524597. Grayscale: #ADADAD. Windows color (decimal): -5391768 or 6863533. OLE color: 6863533.

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

Color convert

RGB 173 186 104 -
CMYK 0.07 0 0.44 0.27
HSL 69.51º 0.37% 0.57% -
HSV(B) 69.51º 0.44% 0.73% -
XYZ 37.29 45 19.82 -
YUV 172.77 89.19 128.17 -
System Red Green Blue C M Y K H S L
Decimal 173 186 104 0.07 0 0.44 0.27 69.51 0.37 0.57
Hex AD BA 68 7 0 2C 1B 46 25 39
Octal 255 272 150 7 0 54 33 106 45 71
Binary 10101101 10111010 1101000 111 0 101100 11011 1000110 100101 111001

Color Harmonies of #ADBA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA68

Black with #ADBA68

Text Example


Text Example

White with #ADBA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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