Html Css Color HEX #ADAD6C Olive Green

📋 copy color: '#ADAD6C'

red 173 ◦ green 173 ◦ blue 108

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

Shades of Olive Green #ADAD6C

Tints of Olive Green #ADAD6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.79%

R = 38.11%
G = 38.11%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#ADAD6C (or 0xADAD6C) is known color: Olive Green. HEX triplet: AD, AD and 6C. RGB value is (173,173,108). Sum of RGB (Red+Green+Blue) = 173+173+108=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD6C is #525293. Grayscale: #A5A5A5. Windows color (decimal): -5395092 or 7122349. OLE color: 7122349.

HSL color Cylindrical-coordinate representation of color #ADAD6C: 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.38%. Process color model (Four color, CMYK) of #ADAD6C is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 173 108 -
CMYK 0 0 0.38 0.32
HSL 60º 0.28% 0.55% -
HSV(B) 60º 0.38% 0.68% -
XYZ 34.88 39.85 20.04 -
YUV 165.59 95.5 133.29 -
System Red Green Blue C M Y K H S L
Decimal 173 173 108 0 0 0.38 0.32 60 0.28 0.55
Hex AD AD 6C 0 0 26 20 3C 1C 37
Octal 255 255 154 0 0 46 40 74 34 67
Binary 10101101 10101101 1101100 0 0 100110 100000 111100 11100 110111

Color Harmonies of #ADAD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD6C

Black with #ADAD6C

Text Example


Text Example

White with #ADAD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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