#A7BE71

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

Shades of Olivine #A7BE71

Tints of Olivine #A7BE71

Color information

#A7BE71 (or 0xA7BE71) is unknown color: approx Olivine. HEX triplet: A7, BE and 71. RGB value is (167,190,113). Sum of RGB (Red+Green+Blue) = 167+190+113=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 190 - color contains mainly: green. Hex color #A7BE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BE71 is #58418E. Grayscale: #AEAEAE. Windows color (decimal): -5783951 or 7454375. OLE color: 7454375.

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

Color convert

RGB167190113-
CMYK0.1200.410.25
HSL77.92º37.2%59.41%-
HSV(B)77.92º40.53%74.51%-
XYZ37.3346.2322.58-
YUV174.3493.38122.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.53%
GREEN value IS 190 (74.61% from 255) = 40.43%
BLUE value IS 113 (44.53% from 255) = 24.04%
R=35.53%
G=40.43%
B=24.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671901130.1200.410.2577.9237.259.41
HexA7BE71C029194e253b
Octal24727616114051311164573
Binary1010011110111110111000111000101001110011001110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BE71; }

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

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

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

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

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

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

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

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