Html Css Color HEX #8EA060 Chelsea Cucumber

📋 copy color: '#8EA060'

red 142 ◦ green 160 ◦ blue 96

#8EA060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #8EA060

Tints of Chelsea Cucumber #8EA060

RGB

 RED value IS 142 (55.86% from 255) = 35.68%

 GREEN value IS 160 (62.89% from 255) = 40.2%

 BLUE value IS 96 (37.89% from 255) = 24.12%

R = 35.68%
G = 40.2%
B = 24.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#8EA060 (or 0x8EA060) is known color: Chelsea Cucumber. HEX triplet: 8E, A0 and 60. RGB value is (142,160,96). Sum of RGB (Red+Green+Blue) = 142+160+96=398 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.68% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA060 is #715F9F. Grayscale: #939393. Windows color (decimal): -7430048 or 6332558. OLE color: 6332558.

HSL color Cylindrical-coordinate representation of color #8EA060: hue angle of 76.88º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EA060 is Cyan = 0.11, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB 142 160 96 -
CMYK 0.11 0 0.4 0.37
HSL 76.88º 0.25% 0.5% -
HSV(B) 76.88º 0.4% 0.63% -
XYZ 25.84 31.74 15.83 -
YUV 147.32 99.04 124.2 -
System Red Green Blue C M Y K H S L
Decimal 142 160 96 0.11 0 0.4 0.37 76.88 0.25 0.5
Hex 8E A0 60 B 0 28 25 4D 19 32
Octal 216 240 140 13 0 50 45 115 31 62
Binary 10001110 10100000 1100000 1011 0 101000 100101 1001101 11001 110010

Color Harmonies of #8EA060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA060

Black with #8EA060

Text Example


Text Example

White with #8EA060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,160,96); }

 H1.HeaderClassName
 {
   color: #8EA060;
 }
 .AnyTagClassName
 {
   color: #8EA060;
 }
</style>

background-color css

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

 a { background-color: rgb(142,160,96); }

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

border-color css

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

 span { border-color: rgb(142,160,96); }

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