Html Css Color HEX #A7AC4D Olive Green

📋 copy color: '#A7AC4D'

red 167 ◦ green 172 ◦ blue 77

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

Shades of Olive Green #A7AC4D

Tints of Olive Green #A7AC4D

RGB

 RED value IS 167 (65.63% from 255) = 40.14%

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

 BLUE value IS 77 (30.47% from 255) = 18.51%

R = 40.14%
G = 41.35%
B = 18.51%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#A7AC4D (or 0xA7AC4D) is known color: Olive Green. HEX triplet: A7, AC and 4D. RGB value is (167,172,77). Sum of RGB (Red+Green+Blue) = 167+172+77=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 172 - color contains mainly: green. Hex color #A7AC4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AC4D is #5853B2. Grayscale: #A0A0A0. Windows color (decimal): -5788595 or 5090471. OLE color: 5090471.

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

Color convert

RGB 167 172 77 -
CMYK 0.03 0 0.55 0.33
HSL 63.16º 0.38% 0.49% -
HSV(B) 63.16º 0.55% 0.67% -
XYZ 32.03 38.26 12.72 -
YUV 159.68 81.34 133.22 -
System Red Green Blue C M Y K H S L
Decimal 167 172 77 0.03 0 0.55 0.33 63.16 0.38 0.49
Hex A7 AC 4D 3 0 37 21 3F 26 31
Octal 247 254 115 3 0 67 41 77 46 61
Binary 10100111 10101100 1001101 11 0 110111 100001 111111 100110 110001

Color Harmonies of #A7AC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AC4D

Black with #A7AC4D

Text Example


Text Example

White with #A7AC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AC4D; }

 p { color: rgb(167,172,77); }

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

background-color css

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

 a { background-color: rgb(167,172,77); }

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

border-color css

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

 span { border-color: rgb(167,172,77); }

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