Html Css Color HEX #ADAA61 Olive Green

📋 copy color: '#ADAA61'

red 173 ◦ green 170 ◦ blue 97

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

Shades of Olive Green #ADAA61

Tints of Olive Green #ADAA61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.05%

R = 39.32%
G = 38.64%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#ADAA61 (or 0xADAA61) is known color: Olive Green. HEX triplet: AD, AA and 61. RGB value is (173,170,97). Sum of RGB (Red+Green+Blue) = 173+170+97=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA61 is #52559E. Grayscale: #A2A2A2. Windows color (decimal): -5395871 or 6400685. OLE color: 6400685.

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

Color convert

RGB 173 170 97 -
CMYK 0 0.02 0.44 0.32
HSL 57.63º 0.32% 0.53% -
HSV(B) 57.63º 0.44% 0.68% -
XYZ 33.77 38.5 16.96 -
YUV 162.58 90.99 135.44 -
System Red Green Blue C M Y K H S L
Decimal 173 170 97 0 0.02 0.44 0.32 57.63 0.32 0.53
Hex AD AA 61 0 2 2C 20 3A 20 35
Octal 255 252 141 0 2 54 40 72 40 65
Binary 10101101 10101010 1100001 0 10 101100 100000 111010 100000 110101

Color Harmonies of #ADAA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA61

Black with #ADAA61

Text Example


Text Example

White with #ADAA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA61; }

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

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

background-color css

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

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

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

border-color css

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

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

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