#8CB66A

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

Shades of Olivine #8CB66A

Tints of Olivine #8CB66A

Color information

#8CB66A (or 0x8CB66A) is unknown color: approx Olivine. HEX triplet: 8C, B6 and 6A. RGB value is (140,182,106). Sum of RGB (Red+Green+Blue) = 140+182+106=428 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.71% from 428); Green value is 182 (71.48% from 255 or 42.52% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB66A is #734995. Grayscale: #A1A1A1. Windows color (decimal): -7555478 or 6993548. OLE color: 6993548.

HSL color Cylindrical-coordinate representation of color #8CB66A: hue angle of 93.16º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CB66A is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB140182106-
CMYK0.2300.420.29
HSL93.16º34.23%56.47%-
HSV(B)93.16º41.76%71.37%-
XYZ30.1440.0719.78-
YUV160.7897.09113.18-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.71%
GREEN value IS 182 (71.48% from 255) = 42.52%
BLUE value IS 106 (41.80% from 255) = 24.77%
R=32.71%
G=42.52%
B=24.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1401821060.2300.420.2993.1634.2356.47
Hex8CB66A1702A1D5d2238
Octal21426615227052351354270
Binary10001100101101101101010101110101010111011011101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,182,106); }

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

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

 a { background-color: rgb(140,182,106); }

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

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

 span { border-color: rgb(140,182,106); }

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