Html Css Color HEX #8CAB80 Mantle

📋 copy color: '#8CAB80'

red 140 ◦ green 171 ◦ blue 128

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

Shades of Mantle #8CAB80

Tints of Mantle #8CAB80

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.95%

 BLUE value IS 128 (50.39% from 255) = 29.16%

R = 31.89%
G = 38.95%
B = 29.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#8CAB80 (or 0x8CAB80) is known color: Mantle. HEX triplet: 8C, AB and 80. RGB value is (140,171,128). Sum of RGB (Red+Green+Blue) = 140+171+128=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAB80 is #73547F. Grayscale: #9C9C9C. Windows color (decimal): -7558272 or 8432524. OLE color: 8432524.

HSL color Cylindrical-coordinate representation of color #8CAB80: hue angle of 103.26º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8CAB80 is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 171 128 -
CMYK 0.18 0 0.25 0.33
HSL 103.26º 0.2% 0.59% -
HSV(B) 103.26º 0.25% 0.67% -
XYZ 29.27 36.26 25.88 -
YUV 156.83 111.73 116 -
System Red Green Blue C M Y K H S L
Decimal 140 171 128 0.18 0 0.25 0.33 103.26 0.2 0.59
Hex 8C AB 80 12 0 19 21 67 14 3B
Octal 214 253 200 22 0 31 41 147 24 73
Binary 10001100 10101011 10000000 10010 0 11001 100001 1100111 10100 111011

Color Harmonies of #8CAB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAB80

Black with #8CAB80

Text Example


Text Example

White with #8CAB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,171,128); }

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

background-color css

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

 a { background-color: rgb(140,171,128); }

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

border-color css

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

 span { border-color: rgb(140,171,128); }

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