Html Css Color HEX #8C9F70 Chelsea Cucumber

📋 copy color: '#8C9F70'

red 140 ◦ green 159 ◦ blue 112

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

Shades of Chelsea Cucumber #8C9F70

Tints of Chelsea Cucumber #8C9F70

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.69%

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

R = 34.06%
G = 38.69%
B = 27.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#8C9F70 (or 0x8C9F70) is known color: Chelsea Cucumber. HEX triplet: 8C, 9F and 70. RGB value is (140,159,112). Sum of RGB (Red+Green+Blue) = 140+159+112=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 159 - color contains mainly: green. Hex color #8C9F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9F70 is #73608F. Grayscale: #949494. Windows color (decimal): -7561360 or 7380876. OLE color: 7380876.

HSL color Cylindrical-coordinate representation of color #8C9F70: hue angle of 84.26º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8C9F70 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 159 112 -
CMYK 0.12 0 0.30 0.38
HSL 84.26º 0.2% 0.53% -
HSV(B) 84.26º 0.3% 0.62% -
XYZ 26.14 31.54 20.04 -
YUV 147.96 107.71 122.32 -
System Red Green Blue C M Y K H S L
Decimal 140 159 112 0.12 0 0.30 0.38 84.26 0.2 0.53
Hex 8C 9F 70 C 0 1E 26 54 14 35
Octal 214 237 160 14 0 36 46 124 24 65
Binary 10001100 10011111 1110000 1100 0 11110 100110 1010100 10100 110101

Color Harmonies of #8C9F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9F70

Black with #8C9F70

Text Example


Text Example

White with #8C9F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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