Html Css Color HEX #ADAD64 Olive Green

📋 copy color: '#ADAD64'

red 173 ◦ green 173 ◦ blue 100

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

Shades of Olive Green #ADAD64

Tints of Olive Green #ADAD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.42%

R = 38.79%
G = 38.79%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#ADAD64 (or 0xADAD64) is known color: Olive Green. HEX triplet: AD, AD and 64. RGB value is (173,173,100). Sum of RGB (Red+Green+Blue) = 173+173+100=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 100 (39.45% from 255 or 22.42% from 446); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD64 is #52529B. Grayscale: #A4A4A4. Windows color (decimal): -5395100 or 6598061. OLE color: 6598061.

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

Color convert

RGB 173 173 100 -
CMYK 0 0 0.42 0.32
HSL 60º 0.31% 0.54% -
HSV(B) 60º 0.42% 0.68% -
XYZ 34.48 39.69 17.9 -
YUV 164.68 91.5 133.94 -
System Red Green Blue C M Y K H S L
Decimal 173 173 100 0 0 0.42 0.32 60 0.31 0.54
Hex AD AD 64 0 0 2A 20 3C 1F 36
Octal 255 255 144 0 0 52 40 74 37 66
Binary 10101101 10101101 1100100 0 0 101010 100000 111100 11111 110110

Color Harmonies of #ADAD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD64

Black with #ADAD64

Text Example


Text Example

White with #ADAD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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