Html Css Color HEX #8CA669 Chelsea Cucumber

📋 copy color: '#8CA669'

red 140 ◦ green 166 ◦ blue 105

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

Shades of Chelsea Cucumber #8CA669

Tints of Chelsea Cucumber #8CA669

RGB

 RED value IS 140 (55.08% from 255) = 34.06%

 GREEN value IS 166 (65.23% from 255) = 40.39%

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

R = 34.06%
G = 40.39%
B = 25.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#8CA669 (or 0x8CA669) is known color: Chelsea Cucumber. HEX triplet: 8C, A6 and 69. RGB value is (140,166,105). Sum of RGB (Red+Green+Blue) = 140+166+105=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 166 - color contains mainly: green. Hex color #8CA669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA669 is #735996. Grayscale: #979797. Windows color (decimal): -7559575 or 6923916. OLE color: 6923916.

HSL color Cylindrical-coordinate representation of color #8CA669: hue angle of 85.57º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CA669 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 140 166 105 -
CMYK 0.16 0 0.37 0.35
HSL 85.57º 0.26% 0.53% -
HSV(B) 85.57º 0.37% 0.65% -
XYZ 27 33.87 18.48 -
YUV 151.27 101.89 119.96 -
System Red Green Blue C M Y K H S L
Decimal 140 166 105 0.16 0 0.37 0.35 85.57 0.26 0.53
Hex 8C A6 69 10 0 25 23 56 1A 35
Octal 214 246 151 20 0 45 43 126 32 65
Binary 10001100 10100110 1101001 10000 0 100101 100011 1010110 11010 110101

Color Harmonies of #8CA669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA669

Black with #8CA669

Text Example


Text Example

White with #8CA669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,166,105); }

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

background-color css

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

 a { background-color: rgb(140,166,105); }

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

border-color css

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

 span { border-color: rgb(140,166,105); }

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