#8AB872

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

Shades of Olivine #8AB872

Tints of Olivine #8AB872

Color information

#8AB872 (or 0x8AB872) is unknown color: approx Olivine. HEX triplet: 8A, B8 and 72. RGB value is (138,184,114). Sum of RGB (Red+Green+Blue) = 138+184+114=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB872 is #75478D. Grayscale: #A2A2A2. Windows color (decimal): -7686030 or 7518346. OLE color: 7518346.

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

Color convert

RGB138184114-
CMYK0.2500.380.28
HSL99.43º33.02%58.43%-
HSV(B)99.43º38.04%72.16%-
XYZ30.6640.922.2-
YUV162.27100.76110.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.65%
GREEN value IS 184 (72.27% from 255) = 42.20%
BLUE value IS 114 (44.92% from 255) = 26.15%
R=31.65%
G=42.20%
B=26.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1381841140.2500.380.2899.4333.0258.43
Hex8AB872190261C63213a
Octal21227016231046341434172
Binary10001010101110001110010110010100110111001100011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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