#A7B056

Color #A7B056 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #A7B056

Tints of Olive Green #A7B056

Color information

#A7B056 (or 0xA7B056) is unknown color: approx Olive Green. HEX triplet: A7, B0 and 56. RGB value is (167,176,86). Sum of RGB (Red+Green+Blue) = 167+176+86=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B056 is #584FA9. Grayscale: #A3A3A3. Windows color (decimal): -5787562 or 5681319. OLE color: 5681319.

HSL color Cylindrical-coordinate representation of color #A7B056: hue angle of 66º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7B056 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB16717686-
CMYK0.0500.510.31
HSL66º36.29%51.37%-
HSV(B)66º51.14%69.02%-
XYZ33.1439.9414.77-
YUV163.0584.52130.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.93%
GREEN value IS 176 (69.14% from 255) = 41.03%
BLUE value IS 86 (33.98% from 255) = 20.05%
R=38.93%
G=41.03%
B=20.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167176860.0500.510.316636.2951.37
HexA7B05650331F422433
Octal2472601265063371024463
Binary101001111011000010101101010110011111111000010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B056; }

 p { color: rgb(167,176,86); }

 H1.HeaderClassName
 {
   color: #A7B056;
 }
 .AnyTagClassName
 {
   color: #A7B056;
 }
</style>
background-color css

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

 a { background-color: rgb(167,176,86); }

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

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

 span { border-color: rgb(167,176,86); }

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