#8ABA71

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

Shades of Olivine #8ABA71

Tints of Olivine #8ABA71

Color information

#8ABA71 (or 0x8ABA71) is unknown color: approx Olivine. HEX triplet: 8A, BA and 71. RGB value is (138,186,113). Sum of RGB (Red+Green+Blue) = 138+186+113=437 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.58% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABA71 is #75458E. Grayscale: #A3A3A3. Windows color (decimal): -7685519 or 7453322. OLE color: 7453322.

HSL color Cylindrical-coordinate representation of color #8ABA71: hue angle of 99.45º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8ABA71 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB138186113-
CMYK0.2600.390.27
HSL99.45º34.6%58.63%-
HSV(B)99.45º39.25%72.94%-
XYZ31.0241.7122.04-
YUV163.3399.6109.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.58%
GREEN value IS 186 (73.05% from 255) = 42.56%
BLUE value IS 113 (44.53% from 255) = 25.86%
R=31.58%
G=42.56%
B=25.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381861130.2600.390.2799.4534.658.63
Hex8ABA711A0271B63233b
Octal21227216132047331434373
Binary10001010101110101110001110100100111110111100011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ABA71; }

 p { color: rgb(138,186,113); }

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

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

 a { background-color: rgb(138,186,113); }

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

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

 span { border-color: rgb(138,186,113); }

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