Html Css Color HEX #ADAD67 Olive Green

📋 copy color: '#ADAD67'

red 173 ◦ green 173 ◦ blue 103

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

Shades of Olive Green #ADAD67

Tints of Olive Green #ADAD67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.94%

R = 38.53%
G = 38.53%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#ADAD67 (or 0xADAD67) is known color: Olive Green. HEX triplet: AD, AD and 67. RGB value is (173,173,103). Sum of RGB (Red+Green+Blue) = 173+173+103=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 103 (40.62% from 255 or 22.94% from 449); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD67 is #525298. Grayscale: #A5A5A5. Windows color (decimal): -5395097 or 6794669. OLE color: 6794669.

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

Color convert

RGB 173 173 103 -
CMYK 0 0 0.40 0.32
HSL 60º 0.3% 0.54% -
HSV(B) 60º 0.4% 0.68% -
XYZ 34.63 39.75 18.68 -
YUV 165.02 93 133.69 -
System Red Green Blue C M Y K H S L
Decimal 173 173 103 0 0 0.40 0.32 60 0.3 0.54
Hex AD AD 67 0 0 28 20 3C 1E 36
Octal 255 255 147 0 0 50 40 74 36 66
Binary 10101101 10101101 1100111 0 0 101000 100000 111100 11110 110110

Color Harmonies of #ADAD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD67

Black with #ADAD67

Text Example


Text Example

White with #ADAD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD67; }

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

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

background-color css

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

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

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

border-color css

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

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

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