#8CBC6D

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

Shades of Olivine #8CBC6D

Tints of Olivine #8CBC6D

Color information

#8CBC6D (or 0x8CBC6D) is unknown color: approx Olivine. HEX triplet: 8C, BC and 6D. RGB value is (140,188,109). Sum of RGB (Red+Green+Blue) = 140+188+109=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBC6D is #734392. Grayscale: #A4A4A4. Windows color (decimal): -7553939 or 7191692. OLE color: 7191692.

HSL color Cylindrical-coordinate representation of color #8CBC6D: hue angle of 96.46º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CBC6D is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB140188109-
CMYK0.2600.420.26
HSL96.46º37.09%58.24%-
HSV(B)96.46º42.02%73.73%-
XYZ31.5642.6521.04-
YUV164.6496.6110.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.04%
GREEN value IS 188 (73.83% from 255) = 43.02%
BLUE value IS 109 (42.97% from 255) = 24.94%
R=32.04%
G=43.02%
B=24.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401881090.2600.420.2696.4637.0958.24
Hex8CBC6D1A02A1A60253a
Octal21427415532052321404572
Binary10001100101111001101101110100101010110101100000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,188,109); }

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

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

 a { background-color: rgb(140,188,109); }

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

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

 span { border-color: rgb(140,188,109); }

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