Html Css Color HEX #ADAA63 Olive Green

📋 copy color: '#ADAA63'

red 173 ◦ green 170 ◦ blue 99

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

Shades of Olive Green #ADAA63

Tints of Olive Green #ADAA63

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.46%

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

R = 39.14%
G = 38.46%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#ADAA63 (or 0xADAA63) is known color: Olive Green. HEX triplet: AD, AA and 63. RGB value is (173,170,99). Sum of RGB (Red+Green+Blue) = 173+170+99=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA63 is #52559C. Grayscale: #A3A3A3. Windows color (decimal): -5395869 or 6531757. OLE color: 6531757.

HSL color Cylindrical-coordinate representation of color #ADAA63: hue angle of 57.57º 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 #ADAA63 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 170 99 -
CMYK 0 0.02 0.43 0.32
HSL 57.57º 0.31% 0.53% -
HSV(B) 57.57º 0.43% 0.68% -
XYZ 33.86 38.53 17.46 -
YUV 162.8 91.99 135.27 -
System Red Green Blue C M Y K H S L
Decimal 173 170 99 0 0.02 0.43 0.32 57.57 0.31 0.53
Hex AD AA 63 0 2 2B 20 3A 1F 35
Octal 255 252 143 0 2 53 40 72 37 65
Binary 10101101 10101010 1100011 0 10 101011 100000 111010 11111 110101

Color Harmonies of #ADAA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA63

Black with #ADAA63

Text Example


Text Example

White with #ADAA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA63; }

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

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

background-color css

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

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

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

border-color css

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

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

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