Html Css Color HEX #8CA78A Mantle

📋 copy color: '#8CA78A'

red 140 ◦ green 167 ◦ blue 138

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

Shades of Mantle #8CA78A

Tints of Mantle #8CA78A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.53%

 BLUE value IS 138 (54.3% from 255) = 31.01%

R = 31.46%
G = 37.53%
B = 31.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#8CA78A (or 0x8CA78A) is known color: Mantle. HEX triplet: 8C, A7 and 8A. RGB value is (140,167,138). Sum of RGB (Red+Green+Blue) = 140+167+138=445 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.46% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 167 - color contains mainly: green. Hex color #8CA78A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA78A is #735875. Grayscale: #9B9B9B. Windows color (decimal): -7559286 or 9086860. OLE color: 9086860.

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

Color convert

RGB 140 167 138 -
CMYK 0.16 0 0.17 0.35
HSL 115.86º 0.14% 0.6% -
HSV(B) 115.86º 0.17% 0.65% -
XYZ 29.22 35.05 29.27 -
YUV 155.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 140 167 138 0.16 0 0.17 0.35 115.86 0.14 0.6
Hex 8C A7 8A 10 0 11 23 74 E 3C
Octal 214 247 212 20 0 21 43 164 16 74
Binary 10001100 10100111 10001010 10000 0 10001 100011 1110100 1110 111100

Color Harmonies of #8CA78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA78A

Black with #8CA78A

Text Example


Text Example

White with #8CA78A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,167,138); }

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

background-color css

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

 a { background-color: rgb(140,167,138); }

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

border-color css

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

 span { border-color: rgb(140,167,138); }

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