Html Css Color HEX #ADAD5E Olive Green

📋 copy color: '#ADAD5E'

red 173 ◦ green 173 ◦ blue 94

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

Shades of Olive Green #ADAD5E

Tints of Olive Green #ADAD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.36%

R = 39.32%
G = 39.32%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#ADAD5E (or 0xADAD5E) is known color: Olive Green. HEX triplet: AD, AD and 5E. RGB value is (173,173,94). Sum of RGB (Red+Green+Blue) = 173+173+94=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD5E is #5252A1. Grayscale: #A4A4A4. Windows color (decimal): -5395106 or 6204845. OLE color: 6204845.

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

Color convert

RGB 173 173 94 -
CMYK 0 0 0.46 0.32
HSL 60º 0.33% 0.52% -
HSV(B) 60º 0.46% 0.68% -
XYZ 34.2 39.58 16.43 -
YUV 163.99 88.5 134.42 -
System Red Green Blue C M Y K H S L
Decimal 173 173 94 0 0 0.46 0.32 60 0.33 0.52
Hex AD AD 5E 0 0 2E 20 3C 21 34
Octal 255 255 136 0 0 56 40 74 41 64
Binary 10101101 10101101 1011110 0 0 101110 100000 111100 100001 110100

Color Harmonies of #ADAD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD5E

Black with #ADAD5E

Text Example


Text Example

White with #ADAD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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