Html Css Color HEX #8CA670 Chelsea Cucumber

📋 copy color: '#8CA670'

red 140 ◦ green 166 ◦ blue 112

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

Shades of Chelsea Cucumber #8CA670

Tints of Chelsea Cucumber #8CA670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.79%

R = 33.49%
G = 39.71%
B = 26.79%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#8CA670 (or 0x8CA670) is known color: Chelsea Cucumber. HEX triplet: 8C, A6 and 70. RGB value is (140,166,112). Sum of RGB (Red+Green+Blue) = 140+166+112=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 166 - color contains mainly: green. Hex color #8CA670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA670 is #73598F. Grayscale: #989898. Windows color (decimal): -7559568 or 7382668. OLE color: 7382668.

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

Color convert

RGB 140 166 112 -
CMYK 0.16 0 0.33 0.35
HSL 88.89º 0.23% 0.55% -
HSV(B) 88.89º 0.33% 0.65% -
XYZ 27.38 34.02 20.45 -
YUV 152.07 105.39 119.39 -
System Red Green Blue C M Y K H S L
Decimal 140 166 112 0.16 0 0.33 0.35 88.89 0.23 0.55
Hex 8C A6 70 10 0 21 23 59 17 37
Octal 214 246 160 20 0 41 43 131 27 67
Binary 10001100 10100110 1110000 10000 0 100001 100011 1011001 10111 110111

Color Harmonies of #8CA670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA670

Black with #8CA670

Text Example


Text Example

White with #8CA670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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