#A7B158

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

Shades of Olive Green #A7B158

Tints of Olive Green #A7B158

Color information

#A7B158 (or 0xA7B158) is unknown color: approx Olive Green. HEX triplet: A7, B1 and 58. RGB value is (167,177,88). Sum of RGB (Red+Green+Blue) = 167+177+88=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 88 (34.77% from 255 or 20.37% from 432); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B158 is #584EA7. Grayscale: #A4A4A4. Windows color (decimal): -5787304 or 5812647. OLE color: 5812647.

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

Color convert

RGB16717788-
CMYK0.0600.500.31
HSL66.74º36.33%51.96%-
HSV(B)66.74º50.28%69.41%-
XYZ33.4240.3615.26-
YUV163.8685.19130.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.66%
GREEN value IS 177 (69.53% from 255) = 40.97%
BLUE value IS 88 (34.77% from 255) = 20.37%
R=38.66%
G=40.97%
B=20.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167177880.0600.500.3166.7436.3351.96
HexA7B15860321F432434
Octal2472611306062371034464
Binary101001111011000110110001100110010111111000011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B158; }

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

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

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

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

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

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

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

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