Html Css Color HEX #ADAD65 Olive Green

📋 copy color: '#ADAD65'

red 173 ◦ green 173 ◦ blue 101

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

Shades of Olive Green #ADAD65

Tints of Olive Green #ADAD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.6%

R = 38.7%
G = 38.7%
B = 22.6%

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

#ADAD65 (or 0xADAD65) is known color: Olive Green. HEX triplet: AD, AD and 65. RGB value is (173,173,101). Sum of RGB (Red+Green+Blue) = 173+173+101=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD65 is #52529A. Grayscale: #A5A5A5. Windows color (decimal): -5395099 or 6663597. OLE color: 6663597.

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

Color convert

RGB 173 173 101 -
CMYK 0 0 0.42 0.32
HSL 60º 0.31% 0.54% -
HSV(B) 60º 0.42% 0.68% -
XYZ 34.53 39.71 18.16 -
YUV 164.79 92 133.85 -
System Red Green Blue C M Y K H S L
Decimal 173 173 101 0 0 0.42 0.32 60 0.31 0.54
Hex AD AD 65 0 0 2A 20 3C 1F 36
Octal 255 255 145 0 0 52 40 74 37 66
Binary 10101101 10101101 1100101 0 0 101010 100000 111100 11111 110110

Color Harmonies of #ADAD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD65

Black with #ADAD65

Text Example


Text Example

White with #ADAD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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