#A7BF71

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

Shades of Olivine #A7BF71

Tints of Olivine #A7BF71

Color information

#A7BF71 (or 0xA7BF71) is unknown color: approx Olivine. HEX triplet: A7, BF and 71. RGB value is (167,191,113). Sum of RGB (Red+Green+Blue) = 167+191+113=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BF71 is #58408E. Grayscale: #AFAFAF. Windows color (decimal): -5783695 or 7454631. OLE color: 7454631.

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

Color convert

RGB167191113-
CMYK0.1300.410.25
HSL78.46º37.86%59.61%-
HSV(B)78.46º40.84%74.9%-
XYZ37.5546.6722.65-
YUV174.9393.05122.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.46%
GREEN value IS 191 (75% from 255) = 40.55%
BLUE value IS 113 (44.53% from 255) = 23.99%
R=35.46%
G=40.55%
B=23.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671911130.1300.410.2578.4637.8659.61
HexA7BF71D029194e263c
Octal24727716115051311164674
Binary1010011110111111111000111010101001110011001110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BF71; }

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

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

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

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

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

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

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

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