#A7B155

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

Shades of Olive Green #A7B155

Tints of Olive Green #A7B155

Color information

#A7B155 (or 0xA7B155) is unknown color: approx Olive Green. HEX triplet: A7, B1 and 55. RGB value is (167,177,85). Sum of RGB (Red+Green+Blue) = 167+177+85=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 85 (33.59% from 255 or 19.81% from 429); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B155 is #584EAA. Grayscale: #A3A3A3. Windows color (decimal): -5787307 or 5616039. OLE color: 5616039.

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

Color convert

RGB16717785-
CMYK0.0600.520.31
HSL66.52º37.1%51.37%-
HSV(B)66.52º51.98%69.41%-
XYZ33.340.3214.62-
YUV163.5283.69130.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.93%
GREEN value IS 177 (69.53% from 255) = 41.26%
BLUE value IS 85 (33.59% from 255) = 19.81%
R=38.93%
G=41.26%
B=19.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167177850.0600.520.3166.5237.151.37
HexA7B15560341F432533
Octal2472611256064371034563
Binary101001111011000110101011100110100111111000011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B155; }

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

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

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

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

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

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

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

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