#A7BE63

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

Shades of Olivine #A7BE63

Tints of Olivine #A7BE63

Color information

#A7BE63 (or 0xA7BE63) is unknown color: approx Olivine. HEX triplet: A7, BE and 63. RGB value is (167,190,99). Sum of RGB (Red+Green+Blue) = 167+190+99=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 190 - color contains mainly: green. Hex color #A7BE63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BE63 is #58419C. Grayscale: #ADADAD. Windows color (decimal): -5783965 or 6536871. OLE color: 6536871.

HSL color Cylindrical-coordinate representation of color #A7BE63: hue angle of 75.16º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A7BE63 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB16719099-
CMYK0.1200.480.25
HSL75.16º41.18%56.67%-
HSV(B)75.16º47.89%74.51%-
XYZ36.645.9418.74-
YUV172.7586.38123.9-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.62%
GREEN value IS 190 (74.61% from 255) = 41.67%
BLUE value IS 99 (39.06% from 255) = 21.71%
R=36.62%
G=41.67%
B=21.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal167190990.1200.480.2575.1641.1856.67
HexA7BE63C030194b2939
Octal24727614314060311135171
Binary1010011110111110110001111000110000110011001011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BE63; }

 p { color: rgb(167,190,99); }

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

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

 a { background-color: rgb(167,190,99); }

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

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

 span { border-color: rgb(167,190,99); }

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