Html Css Color HEX #ADAD6D Olive Green

📋 copy color: '#ADAD6D'

red 173 ◦ green 173 ◦ blue 109

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

Shades of Olive Green #ADAD6D

Tints of Olive Green #ADAD6D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.02%

 BLUE value IS 109 (42.97% from 255) = 23.96%

R = 38.02%
G = 38.02%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#ADAD6D (or 0xADAD6D) is known color: Olive Green. HEX triplet: AD, AD and 6D. RGB value is (173,173,109). Sum of RGB (Red+Green+Blue) = 173+173+109=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD6D is #525292. Grayscale: #A5A5A5. Windows color (decimal): -5395091 or 7187885. OLE color: 7187885.

HSL color Cylindrical-coordinate representation of color #ADAD6D: hue angle of 60º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADAD6D is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 173 109 -
CMYK 0 0 0.37 0.32
HSL 60º 0.28% 0.55% -
HSV(B) 60º 0.37% 0.68% -
XYZ 34.94 39.88 20.32 -
YUV 165.7 96 133.2 -
System Red Green Blue C M Y K H S L
Decimal 173 173 109 0 0 0.37 0.32 60 0.28 0.55
Hex AD AD 6D 0 0 25 20 3C 1C 37
Octal 255 255 155 0 0 45 40 74 34 67
Binary 10101101 10101101 1101101 0 0 100101 100000 111100 11100 110111

Color Harmonies of #ADAD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD6D

Black with #ADAD6D

Text Example


Text Example

White with #ADAD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD6D; }

 p { color: rgb(173,173,109); }

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

background-color css

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

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

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

border-color css

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

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

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