#8CBA77

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

Shades of Olivine #8CBA77

Tints of Olivine #8CBA77

Color information

#8CBA77 (or 0x8CBA77) is unknown color: approx Olivine. HEX triplet: 8C, BA and 77. RGB value is (140,186,119). Sum of RGB (Red+Green+Blue) = 140+186+119=445 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.46% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBA77 is #734588. Grayscale: #A4A4A4. Windows color (decimal): -7554441 or 7846540. OLE color: 7846540.

HSL color Cylindrical-coordinate representation of color #8CBA77: hue angle of 101.19º 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 #8CBA77 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB140186119-
CMYK0.2500.360.27
HSL101.19º32.68%59.8%-
HSV(B)101.19º36.02%72.94%-
XYZ31.742.0323.89-
YUV164.61102.26110.45-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.46%
GREEN value IS 186 (73.05% from 255) = 41.80%
BLUE value IS 119 (46.88% from 255) = 26.74%
R=31.46%
G=41.80%
B=26.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401861190.2500.360.27101.1932.6859.8
Hex8CBA77190241B65213c
Octal21427216731044331454174
Binary10001100101110101110111110010100100110111100101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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