Html Css Color HEX #8DA066 Chelsea Cucumber

📋 copy color: '#8DA066'

red 141 ◦ green 160 ◦ blue 102

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

Shades of Chelsea Cucumber #8DA066

Tints of Chelsea Cucumber #8DA066

RGB

 RED value IS 141 (55.47% from 255) = 34.99%

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

 BLUE value IS 102 (40.23% from 255) = 25.31%

R = 34.99%
G = 39.7%
B = 25.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#8DA066 (or 0x8DA066) is known color: 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

RGB 141 160 102 -
CMYK 0.12 0 0.36 0.37
HSL 79.66º 0.23% 0.51% -
HSV(B) 79.66º 0.36% 0.63% -
XYZ 25.95 31.76 17.33 -
YUV 147.71 102.21 123.22 -
System Red Green Blue C M Y K H S L
Decimal 141 160 102 0.12 0 0.36 0.37 79.66 0.23 0.51
Hex 8D A0 66 C 0 24 25 50 17 33
Octal 215 240 146 14 0 44 45 120 27 63
Binary 10001101 10100000 1100110 1100 0 100100 100101 1010000 10111 110011

Color Harmonies of #8DA066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA066

Black with #8DA066

Text Example


Text Example

White with #8DA066

Text Example


Text Example

HTML Codes & Css Web 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>