Html Css Color HEX #8DA069 Chelsea Cucumber

📋 copy color: '#8DA069'

red 141 ◦ green 160 ◦ blue 105

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

Shades of Chelsea Cucumber #8DA069

Tints of Chelsea Cucumber #8DA069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.86%

R = 34.73%
G = 39.41%
B = 25.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#8DA069 (or 0x8DA069) is known color: Chelsea Cucumber. HEX triplet: 8D, A0 and 69. RGB value is (141,160,105). Sum of RGB (Red+Green+Blue) = 141+160+105=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA069 is #725F96. Grayscale: #949494. Windows color (decimal): -7495575 or 6922381. OLE color: 6922381.

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

Color convert

RGB 141 160 105 -
CMYK 0.12 0 0.34 0.37
HSL 80.73º 0.22% 0.52% -
HSV(B) 80.73º 0.34% 0.63% -
XYZ 26.11 31.82 18.13 -
YUV 148.05 103.71 122.97 -
System Red Green Blue C M Y K H S L
Decimal 141 160 105 0.12 0 0.34 0.37 80.73 0.22 0.52
Hex 8D A0 69 C 0 22 25 51 16 34
Octal 215 240 151 14 0 42 45 121 26 64
Binary 10001101 10100000 1101001 1100 0 100010 100101 1010001 10110 110100

Color Harmonies of #8DA069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA069

Black with #8DA069

Text Example


Text Example

White with #8DA069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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