#8DB068

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

Shades of Chelsea Cucumber #8DB068

Tints of Chelsea Cucumber #8DB068

Color information

#8DB068 (or 0x8DB068) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, B0 and 68. RGB value is (141,176,104). Sum of RGB (Red+Green+Blue) = 141+176+104=421 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.49% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB068 is #724F97. Grayscale: #9D9D9D. Windows color (decimal): -7491480 or 6860941. OLE color: 6860941.

HSL color Cylindrical-coordinate representation of color #8DB068: hue angle of 89.17º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DB068 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB141176104-
CMYK0.2000.410.31
HSL89.17º31.3%54.9%-
HSV(B)89.17º40.91%69.02%-
XYZ29.0137.7118.85-
YUV157.3397.9116.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.49%
GREEN value IS 176 (69.14% from 255) = 41.81%
BLUE value IS 104 (41.02% from 255) = 24.70%
R=33.49%
G=41.81%
B=24.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1411761040.2000.410.3189.1731.354.9
Hex8DB068140291F591f37
Octal21526015024051371313767
Binary1000110110110000110100010100010100111111101100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,176,104); }

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

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

 a { background-color: rgb(141,176,104); }

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

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

 span { border-color: rgb(141,176,104); }

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