#A7B156

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

Shades of Olive Green #A7B156

Tints of Olive Green #A7B156

Color information

#A7B156 (or 0xA7B156) is unknown color: approx Olive Green. HEX triplet: A7, B1 and 56. RGB value is (167,177,86). Sum of RGB (Red+Green+Blue) = 167+177+86=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B156 is #584EA9. Grayscale: #A3A3A3. Windows color (decimal): -5787306 or 5681575. OLE color: 5681575.

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

Color convert

RGB16717786-
CMYK0.0600.510.31
HSL66.59º36.84%51.57%-
HSV(B)66.59º51.41%69.41%-
XYZ33.3440.3314.83-
YUV163.6484.19130.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.84%
GREEN value IS 177 (69.53% from 255) = 41.16%
BLUE value IS 86 (33.98% from 255) = 20%
R=38.84%
G=41.16%
B=20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167177860.0600.510.3166.5936.8451.57
HexA7B15660331F432534
Octal2472611266063371034564
Binary101001111011000110101101100110011111111000011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B156; }

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

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

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

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

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

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

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

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