Html Css Color HEX #ADAC4E Olive Green

📋 copy color: '#ADAC4E'

red 173 ◦ green 172 ◦ blue 78

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

Shades of Olive Green #ADAC4E

Tints of Olive Green #ADAC4E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.66%

 BLUE value IS 78 (30.86% from 255) = 18.44%

R = 40.9%
G = 40.66%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#ADAC4E (or 0xADAC4E) is known color: Olive Green. HEX triplet: AD, AC and 4E. RGB value is (173,172,78). Sum of RGB (Red+Green+Blue) = 173+172+78=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 78 (30.86% from 255 or 18.44% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC4E is #5253B1. Grayscale: #A1A1A1. Windows color (decimal): -5395378 or 5156013. OLE color: 5156013.

HSL color Cylindrical-coordinate representation of color #ADAC4E: hue angle of 59.37º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADAC4E is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 172 78 -
CMYK 0 0.01 0.55 0.32
HSL 59.37º 0.38% 0.49% -
HSV(B) 59.37º 0.55% 0.68% -
XYZ 33.36 38.94 12.97 -
YUV 161.58 80.83 136.14 -
System Red Green Blue C M Y K H S L
Decimal 173 172 78 0 0.01 0.55 0.32 59.37 0.38 0.49
Hex AD AC 4E 0 1 37 20 3B 26 31
Octal 255 254 116 0 1 67 40 73 46 61
Binary 10101101 10101100 1001110 0 1 110111 100000 111011 100110 110001

Color Harmonies of #ADAC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC4E

Black with #ADAC4E

Text Example


Text Example

White with #ADAC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC4E; }

 p { color: rgb(173,172,78); }

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

background-color css

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

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

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

border-color css

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

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

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