#a7b057

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

Shades of Olive Green #A7B057

Tints of Olive Green #A7B057

Color information

#A7B057 (or 0xA7B057) is unknown color: approx Olive Green. HEX triplet: A7, B0 and 57. RGB value is (167,176,87). Sum of RGB (Red+Green+Blue) = 167+176+87=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 87 (34.38% from 255 or 20.23% from 430); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B057 is #584FA8. Grayscale: #A3A3A3. Windows color (decimal): -5787561 or 5746855. OLE color: 5746855.

HSL color Cylindrical-coordinate representation of color #A7B057: hue angle of 66.07º degrees, saturation: 0.36, 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 #A7B057 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB16717687-
CMYK0.0500.510.31
HSL66.07º36.03%51.57%-
HSV(B)66.07º50.57%69.02%-
XYZ33.1839.9514.98-
YUV163.1685.02130.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.84%
GREEN value IS 176 (69.14% from 255) = 40.93%
BLUE value IS 87 (34.38% from 255) = 20.23%
R=38.84%
G=40.93%
B=20.23%

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
Decimal167176870.0500.510.3166.0736.0351.57
HexA7B05750331F422434
Octal2472601275063371024464
Binary101001111011000010101111010110011111111000010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7b057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7b057; }

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

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

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

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

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

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

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

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