Html Css Color HEX #ADAA5D Olive Green

📋 copy color: '#ADAA5D'

red 173 ◦ green 170 ◦ blue 93

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

Shades of Olive Green #ADAA5D

Tints of Olive Green #ADAA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.33%

R = 39.68%
G = 38.99%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#ADAA5D (or 0xADAA5D) is known color: Olive Green. HEX triplet: AD, AA and 5D. RGB value is (173,170,93). Sum of RGB (Red+Green+Blue) = 173+170+93=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA5D is #5255A2. Grayscale: #A2A2A2. Windows color (decimal): -5395875 or 6138541. OLE color: 6138541.

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

Color convert

RGB 173 170 93 -
CMYK 0 0.02 0.46 0.32
HSL 57.75º 0.33% 0.52% -
HSV(B) 57.75º 0.46% 0.68% -
XYZ 33.58 38.42 16 -
YUV 162.12 88.99 135.76 -
System Red Green Blue C M Y K H S L
Decimal 173 170 93 0 0.02 0.46 0.32 57.75 0.33 0.52
Hex AD AA 5D 0 2 2E 20 3A 21 34
Octal 255 252 135 0 2 56 40 72 41 64
Binary 10101101 10101010 1011101 0 10 101110 100000 111010 100001 110100

Color Harmonies of #ADAA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA5D

Black with #ADAA5D

Text Example


Text Example

White with #ADAA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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