#8DB760

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

Shades of Chelsea Cucumber #8DB760

Tints of Chelsea Cucumber #8DB760

Color information

#8DB760 (or 0x8DB760) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, B7 and 60. RGB value is (141,183,96). Sum of RGB (Red+Green+Blue) = 141+183+96=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 183 (71.88% from 255 or 43.57% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB760 is #72489F. Grayscale: #A0A0A0. Windows color (decimal): -7489696 or 6338445. OLE color: 6338445.

HSL color Cylindrical-coordinate representation of color #8DB760: hue angle of 88.97º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8DB760 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB14118396-
CMYK0.2300.480.28
HSL88.97º37.66%54.71%-
HSV(B)88.97º47.54%71.76%-
XYZ30.0340.3717.28-
YUV160.5291.59114.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.57%
GREEN value IS 183 (71.88% from 255) = 43.57%
BLUE value IS 96 (37.89% from 255) = 22.86%
R=33.57%
G=43.57%
B=22.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal141183960.2300.480.2888.9737.6654.71
Hex8DB760170301C592637
Octal21526714027060341314667
Binary10001101101101111100000101110110000111001011001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,183,96); }

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

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

 a { background-color: rgb(141,183,96); }

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

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

 span { border-color: rgb(141,183,96); }

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