#8AB871

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

Shades of Olivine #8AB871

Tints of Olivine #8AB871

Color information

#8AB871 (or 0x8AB871) is unknown color: approx Olivine. HEX triplet: 8A, B8 and 71. RGB value is (138,184,113). Sum of RGB (Red+Green+Blue) = 138+184+113=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB871 is #75478E. Grayscale: #A2A2A2. Windows color (decimal): -7686031 or 7452810. OLE color: 7452810.

HSL color Cylindrical-coordinate representation of color #8AB871: hue angle of 98.87º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AB871 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB138184113-
CMYK0.2500.390.28
HSL98.87º33.33%58.24%-
HSV(B)98.87º38.59%72.16%-
XYZ30.640.8821.9-
YUV162.15100.26110.77-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.72%
GREEN value IS 184 (72.27% from 255) = 42.30%
BLUE value IS 113 (44.53% from 255) = 25.98%
R=31.72%
G=42.30%
B=25.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1381841130.2500.390.2898.8733.3358.24
Hex8AB871190271C63213a
Octal21227016131047341434172
Binary10001010101110001110001110010100111111001100011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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