#8CBA73

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

Shades of Olivine #8CBA73

Tints of Olivine #8CBA73

Color information

#8CBA73 (or 0x8CBA73) is unknown color: approx Olivine. HEX triplet: 8C, BA and 73. RGB value is (140,186,115). Sum of RGB (Red+Green+Blue) = 140+186+115=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBA73 is #73458C. Grayscale: #A4A4A4. Windows color (decimal): -7554445 or 7584396. OLE color: 7584396.

HSL color Cylindrical-coordinate representation of color #8CBA73: hue angle of 98.87º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CBA73 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB140186115-
CMYK0.2500.380.27
HSL98.87º33.97%59.02%-
HSV(B)98.87º38.17%72.94%-
XYZ31.4741.9322.65-
YUV164.15100.26110.77-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.75%
GREEN value IS 186 (73.05% from 255) = 42.18%
BLUE value IS 115 (45.31% from 255) = 26.08%
R=31.75%
G=42.18%
B=26.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401861150.2500.380.2798.8733.9759.02
Hex8CBA73190261B63223b
Octal21427216331046331434273
Binary10001100101110101110011110010100110110111100011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,186,115); }

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

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

 a { background-color: rgb(140,186,115); }

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

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

 span { border-color: rgb(140,186,115); }

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