#8E9F64

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

Shades of Chelsea Cucumber #8E9F64

Tints of Chelsea Cucumber #8E9F64

Color information

#8E9F64 (or 0x8E9F64) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, 9F and 64. RGB value is (142,159,100). Sum of RGB (Red+Green+Blue) = 142+159+100=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 159 - color contains mainly: green. Hex color #8E9F64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9F64 is #71609B. Grayscale: #939393. Windows color (decimal): -7430300 or 6594446. OLE color: 6594446.

HSL color Cylindrical-coordinate representation of color #8E9F64: hue angle of 77.29º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E9F64 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB142159100-
CMYK0.1100.370.38
HSL77.29º23.51%50.78%-
HSV(B)77.29º37.11%62.35%-
XYZ25.8531.4716.77-
YUV147.19101.37124.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.41%
GREEN value IS 159 (62.5% from 255) = 39.65%
BLUE value IS 100 (39.45% from 255) = 24.94%
R=35.41%
G=39.65%
B=24.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1421591000.1100.370.3877.2923.5150.78
Hex8E9F64B025264d1833
Octal21623714413045461153063
Binary1000111010011111110010010110100101100110100110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,159,100); }

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

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

 a { background-color: rgb(142,159,100); }

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

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

 span { border-color: rgb(142,159,100); }

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