#8CA76D

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

Shades of Chelsea Cucumber #8CA76D

Tints of Chelsea Cucumber #8CA76D

Color information

#8CA76D (or 0x8CA76D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A7 and 6D. RGB value is (140,167,109). Sum of RGB (Red+Green+Blue) = 140+167+109=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 167 (65.62% from 255 or 40.14% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 167 - color contains mainly: green. Hex color #8CA76D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA76D is #735892. Grayscale: #989898. Windows color (decimal): -7559315 or 7186316. OLE color: 7186316.

HSL color Cylindrical-coordinate representation of color #8CA76D: hue angle of 87.93º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CA76D is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB140167109-
CMYK0.1600.350.35
HSL87.93º24.79%54.12%-
HSV(B)87.93º34.73%65.49%-
XYZ27.3934.3219.65-
YUV152.32103.55119.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.65%
GREEN value IS 167 (65.62% from 255) = 40.14%
BLUE value IS 109 (42.97% from 255) = 26.20%
R=33.65%
G=40.14%
B=26.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1401671090.1600.350.3587.9324.7954.12
Hex8CA76D1002323581936
Octal21424715520043431303166
Binary10001100101001111101101100000100011100011101100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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