#8CB26D

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

Shades of Olivine #8CB26D

Tints of Olivine #8CB26D

Color information

#8CB26D (or 0x8CB26D) is unknown color: approx Olivine. HEX triplet: 8C, B2 and 6D. RGB value is (140,178,109). Sum of RGB (Red+Green+Blue) = 140+178+109=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB26D is #734D92. Grayscale: #9F9F9F. Windows color (decimal): -7556499 or 7189132. OLE color: 7189132.

HSL color Cylindrical-coordinate representation of color #8CB26D: hue angle of 93.04º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CB26D is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB140178109-
CMYK0.2100.390.30
HSL93.04º30.94%56.27%-
HSV(B)93.04º38.76%69.8%-
XYZ29.538.5220.35-
YUV158.7799.91114.61-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.79%
GREEN value IS 178 (69.92% from 255) = 41.69%
BLUE value IS 109 (42.97% from 255) = 25.53%
R=32.79%
G=41.69%
B=25.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1401781090.2100.390.3093.0430.9456.27
Hex8CB26D150271E5d1f38
Octal21426215525047361353770
Binary1000110010110010110110110101010011111110101110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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