Html Css Color HEX #ADAD63 Olive Green

📋 copy color: '#ADAD63'

red 173 ◦ green 173 ◦ blue 99

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

Shades of Olive Green #ADAD63

Tints of Olive Green #ADAD63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.25%

R = 38.88%
G = 38.88%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#ADAD63 (or 0xADAD63) is known color: Olive Green. HEX triplet: AD, AD and 63. RGB value is (173,173,99). Sum of RGB (Red+Green+Blue) = 173+173+99=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 99 (39.06% from 255 or 22.25% from 445); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD63 is #52529C. Grayscale: #A4A4A4. Windows color (decimal): -5395101 or 6532525. OLE color: 6532525.

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

Color convert

RGB 173 173 99 -
CMYK 0 0 0.43 0.32
HSL 60º 0.31% 0.53% -
HSV(B) 60º 0.43% 0.68% -
XYZ 34.43 39.67 17.65 -
YUV 164.56 91 134.02 -
System Red Green Blue C M Y K H S L
Decimal 173 173 99 0 0 0.43 0.32 60 0.31 0.53
Hex AD AD 63 0 0 2B 20 3C 1F 35
Octal 255 255 143 0 0 53 40 74 37 65
Binary 10101101 10101101 1100011 0 0 101011 100000 111100 11111 110101

Color Harmonies of #ADAD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD63

Black with #ADAD63

Text Example


Text Example

White with #ADAD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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