Html Css Color HEX #8D9F66 Chelsea Cucumber

📋 copy color: '#8D9F66'

red 141 ◦ green 159 ◦ blue 102

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

Shades of Chelsea Cucumber #8D9F66

Tints of Chelsea Cucumber #8D9F66

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.55%

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

R = 35.07%
G = 39.55%
B = 25.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#8D9F66 (or 0x8D9F66) is known color: Chelsea Cucumber. HEX triplet: 8D, 9F and 66. RGB value is (141,159,102). Sum of RGB (Red+Green+Blue) = 141+159+102=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 159 - color contains mainly: green. Hex color #8D9F66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9F66 is #726099. Grayscale: #939393. Windows color (decimal): -7495834 or 6725517. OLE color: 6725517.

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

Color convert

RGB 141 159 102 -
CMYK 0.11 0 0.36 0.38
HSL 78.95º 0.23% 0.51% -
HSV(B) 78.95º 0.36% 0.62% -
XYZ 25.78 31.42 17.28 -
YUV 147.12 102.54 123.63 -
System Red Green Blue C M Y K H S L
Decimal 141 159 102 0.11 0 0.36 0.38 78.95 0.23 0.51
Hex 8D 9F 66 B 0 24 26 4F 17 33
Octal 215 237 146 13 0 44 46 117 27 63
Binary 10001101 10011111 1100110 1011 0 100100 100110 1001111 10111 110011

Color Harmonies of #8D9F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9F66

Black with #8D9F66

Text Example


Text Example

White with #8D9F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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