#8DA066

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

Shades of Chelsea Cucumber #8DA066

Tints of Chelsea Cucumber #8DA066

Color information

#8DA066 (or 0x8DA066) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, A0 and 66. RGB value is (141,160,102). Sum of RGB (Red+Green+Blue) = 141+160+102=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA066 is #725F99. Grayscale: #939393. Windows color (decimal): -7495578 or 6725773. OLE color: 6725773.

HSL color Cylindrical-coordinate representation of color #8DA066: hue angle of 79.66º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DA066 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB141160102-
CMYK0.1200.360.37
HSL79.66º23.39%51.37%-
HSV(B)79.66º36.25%62.75%-
XYZ25.9531.7617.33-
YUV147.71102.21123.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.99%
GREEN value IS 160 (62.89% from 255) = 39.70%
BLUE value IS 102 (40.23% from 255) = 25.31%
R=34.99%
G=39.70%
B=25.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1411601020.1200.360.3779.6623.3951.37
Hex8DA066C02425501733
Octal21524014614044451202763
Binary1000110110100000110011011000100100100101101000010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,160,102); }

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

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

 a { background-color: rgb(141,160,102); }

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

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

 span { border-color: rgb(141,160,102); }

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