#8CBA6C

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

Shades of Olivine #8CBA6C

Tints of Olivine #8CBA6C

Color information

#8CBA6C (or 0x8CBA6C) is unknown color: approx Olivine. HEX triplet: 8C, BA and 6C. RGB value is (140,186,108). Sum of RGB (Red+Green+Blue) = 140+186+108=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBA6C is #734593. Grayscale: #A3A3A3. Windows color (decimal): -7554452 or 7125644. OLE color: 7125644.

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

Color convert

RGB140186108-
CMYK0.2500.420.27
HSL95.38º36.11%57.65%-
HSV(B)95.38º41.94%72.94%-
XYZ31.0841.7820.61-
YUV163.3596.76111.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.26%
GREEN value IS 186 (73.05% from 255) = 42.86%
BLUE value IS 108 (42.58% from 255) = 24.88%
R=32.26%
G=42.86%
B=24.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401861080.2500.420.2795.3836.1157.65
Hex8CBA6C1902A1B5f243a
Octal21427215431052331374472
Binary10001100101110101101100110010101010110111011111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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