Html Css Color HEX #ADAD6B Olive Green

📋 copy color: '#ADAD6B'

red 173 ◦ green 173 ◦ blue 107

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

Shades of Olive Green #ADAD6B

Tints of Olive Green #ADAD6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.62%

R = 38.19%
G = 38.19%
B = 23.62%

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

#ADAD6B (or 0xADAD6B) is known color: Olive Green. HEX triplet: AD, AD and 6B. RGB value is (173,173,107). Sum of RGB (Red+Green+Blue) = 173+173+107=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD6B is #525294. Grayscale: #A5A5A5. Windows color (decimal): -5395093 or 7056813. OLE color: 7056813.

HSL color Cylindrical-coordinate representation of color #ADAD6B: hue angle of 60º degrees, saturation: 0.29, 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 #ADAD6B is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 173 107 -
CMYK 0 0 0.38 0.32
HSL 60º 0.29% 0.55% -
HSV(B) 60º 0.38% 0.68% -
XYZ 34.83 39.83 19.76 -
YUV 165.48 95 133.37 -
System Red Green Blue C M Y K H S L
Decimal 173 173 107 0 0 0.38 0.32 60 0.29 0.55
Hex AD AD 6B 0 0 26 20 3C 1D 37
Octal 255 255 153 0 0 46 40 74 35 67
Binary 10101101 10101101 1101011 0 0 100110 100000 111100 11101 110111

Color Harmonies of #ADAD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD6B

Black with #ADAD6B

Text Example


Text Example

White with #ADAD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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