#8ABA77

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

Shades of Olivine #8ABA77

Tints of Olivine #8ABA77

Color information

#8ABA77 (or 0x8ABA77) is unknown color: approx Olivine. HEX triplet: 8A, BA and 77. RGB value is (138,186,119). Sum of RGB (Red+Green+Blue) = 138+186+119=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABA77 is #754588. Grayscale: #A4A4A4. Windows color (decimal): -7685513 or 7846538. OLE color: 7846538.

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

Color convert

RGB138186119-
CMYK0.2600.360.27
HSL102.99º32.68%59.8%-
HSV(B)102.99º36.02%72.94%-
XYZ31.3741.8523.88-
YUV164.01102.6109.45-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.15%
GREEN value IS 186 (73.05% from 255) = 41.99%
BLUE value IS 119 (46.88% from 255) = 26.86%
R=31.15%
G=41.99%
B=26.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381861190.2600.360.27102.9932.6859.8
Hex8ABA771A0241B67213c
Octal21227216732044331474174
Binary10001010101110101110111110100100100110111100111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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