#8CA370

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

Shades of Chelsea Cucumber #8CA370

Tints of Chelsea Cucumber #8CA370

Color information

#8CA370 (or 0x8CA370) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A3 and 70. RGB value is (140,163,112). Sum of RGB (Red+Green+Blue) = 140+163+112=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA370 is #735C8F. Grayscale: #969696. Windows color (decimal): -7560336 or 7381900. OLE color: 7381900.

HSL color Cylindrical-coordinate representation of color #8CA370: hue angle of 87.06º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CA370 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB140163112-
CMYK0.1400.310.36
HSL87.06º21.7%53.92%-
HSV(B)87.06º31.29%63.92%-
XYZ26.8432.9420.27-
YUV150.31106.38120.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.73%
GREEN value IS 163 (64.06% from 255) = 39.28%
BLUE value IS 112 (44.14% from 255) = 26.99%
R=33.73%
G=39.28%
B=26.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401631120.1400.310.3687.0621.753.92
Hex8CA370E01F24571636
Octal21424316016037441272666
Binary100011001010001111100001110011111100100101011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,163,112); }

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

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

 a { background-color: rgb(140,163,112); }

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

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

 span { border-color: rgb(140,163,112); }

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