Html Css Color HEX #ADAC4F Olive Green

📋 copy color: '#ADAC4F'

red 173 ◦ green 172 ◦ blue 79

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

Shades of Olive Green #ADAC4F

Tints of Olive Green #ADAC4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.63%

R = 40.8%
G = 40.57%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#ADAC4F (or 0xADAC4F) is known color: Olive Green. HEX triplet: AD, AC and 4F. RGB value is (173,172,79). Sum of RGB (Red+Green+Blue) = 173+172+79=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 79 (31.25% from 255 or 18.63% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC4F is #5253B0. Grayscale: #A2A2A2. Windows color (decimal): -5395377 or 5221549. OLE color: 5221549.

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

Color convert

RGB 173 172 79 -
CMYK 0 0.01 0.54 0.32
HSL 59.36º 0.37% 0.49% -
HSV(B) 59.36º 0.54% 0.68% -
XYZ 33.4 38.95 13.16 -
YUV 161.7 81.33 136.06 -
System Red Green Blue C M Y K H S L
Decimal 173 172 79 0 0.01 0.54 0.32 59.36 0.37 0.49
Hex AD AC 4F 0 1 36 20 3B 25 31
Octal 255 254 117 0 1 66 40 73 45 61
Binary 10101101 10101100 1001111 0 1 110110 100000 111011 100101 110001

Color Harmonies of #ADAC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC4F

Black with #ADAC4F

Text Example


Text Example

White with #ADAC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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