#8ABA79

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

Shades of Olivine #8ABA79

Tints of Olivine #8ABA79

Color information

#8ABA79 (or 0x8ABA79) is unknown color: approx Olivine. HEX triplet: 8A, BA and 79. RGB value is (138,186,121). Sum of RGB (Red+Green+Blue) = 138+186+121=445 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.01% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABA79 is #754586. Grayscale: #A4A4A4. Windows color (decimal): -7685511 or 7977610. OLE color: 7977610.

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

Color convert

RGB138186121-
CMYK0.2600.350.27
HSL104.31º32.02%60.2%-
HSV(B)104.31º34.95%72.94%-
XYZ31.4941.924.52-
YUV164.24103.6109.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.01%
GREEN value IS 186 (73.05% from 255) = 41.80%
BLUE value IS 121 (47.66% from 255) = 27.19%
R=31.01%
G=41.80%
B=27.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381861210.2600.350.27104.3132.0260.2
Hex8ABA791A0231B68203c
Octal21227217132043331504074
Binary10001010101110101111001110100100011110111101000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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