#8AB87A

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

Shades of Olivine #8AB87A

Tints of Olivine #8AB87A

Color information

#8AB87A (or 0x8AB87A) is unknown color: approx Olivine. HEX triplet: 8A, B8 and 7A. RGB value is (138,184,122). Sum of RGB (Red+Green+Blue) = 138+184+122=444 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.08% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB87A is #754785. Grayscale: #A3A3A3. Windows color (decimal): -7686022 or 8042634. OLE color: 8042634.

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

Color convert

RGB138184122-
CMYK0.2500.340.28
HSL104.52º30.39%60%-
HSV(B)104.52º33.7%72.16%-
XYZ31.1341.0924.7-
YUV163.18104.76110.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.08%
GREEN value IS 184 (72.27% from 255) = 41.44%
BLUE value IS 122 (48.05% from 255) = 27.48%
R=31.08%
G=41.44%
B=27.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1381841220.2500.340.28104.5230.3960
Hex8AB87A190221C691e3c
Octal21227017231042341513674
Binary1000101010111000111101011001010001011100110100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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