Html Css Color HEX #8CA870 Chelsea Cucumber

📋 copy color: '#8CA870'

red 140 ◦ green 168 ◦ blue 112

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

Shades of Chelsea Cucumber #8CA870

Tints of Chelsea Cucumber #8CA870

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40%

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

R = 33.33%
G = 40%
B = 26.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#8CA870 (or 0x8CA870) is known color: Chelsea Cucumber. HEX triplet: 8C, A8 and 70. RGB value is (140,168,112). Sum of RGB (Red+Green+Blue) = 140+168+112=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 168 - color contains mainly: green. Hex color #8CA870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA870 is #73578F. Grayscale: #999999. Windows color (decimal): -7559056 or 7383180. OLE color: 7383180.

HSL color Cylindrical-coordinate representation of color #8CA870: hue angle of 90º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CA870 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 140 168 112 -
CMYK 0.17 0 0.33 0.34
HSL 90º 0.24% 0.55% -
HSV(B) 90º 0.33% 0.66% -
XYZ 27.74 34.75 20.57 -
YUV 153.24 104.72 118.55 -
System Red Green Blue C M Y K H S L
Decimal 140 168 112 0.17 0 0.33 0.34 90 0.24 0.55
Hex 8C A8 70 11 0 21 22 5A 18 37
Octal 214 250 160 21 0 41 42 132 30 67
Binary 10001100 10101000 1110000 10001 0 100001 100010 1011010 11000 110111

Color Harmonies of #8CA870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA870

Black with #8CA870

Text Example


Text Example

White with #8CA870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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