#8C871B

Color #8C871B Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #8C871B

Tints of Trendy Green #8C871B

Color information

#8C871B (or 0x8C871B) is unknown color: approx Trendy Green. HEX triplet: 8C, 87 and 1B. RGB value is (140,135,27). Sum of RGB (Red+Green+Blue) = 140+135+27=302 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.36% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 140 - color contains mainly: red. Hex color #8C871B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C871B is #7378E4. Grayscale: #7C7C7C. Windows color (decimal): -7567589 or 1804172. OLE color: 1804172.

HSL color Cylindrical-coordinate representation of color #8C871B: hue angle of 57.35º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C871B is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB14013527-
CMYK00.040.810.45
HSL57.35º67.66%32.75%-
HSV(B)57.35º80.71%54.9%-
XYZ19.6822.984.44-
YUV124.1873.16139.28-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.36%
GREEN value IS 135 (53.12% from 255) = 44.70%
BLUE value IS 27 (10.94% from 255) = 8.94%
R=46.36%
G=44.70%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401352700.040.810.4557.3567.6632.75
Hex8C871B04512D394421
Octal2142073304121557110441
Binary100011001000011111011010010100011011011110011000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C871B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,135,27); }

 H1.HeaderClassName
 {
   color: #8C871B;
 }
 .AnyTagClassName
 {
   color: #8C871B;
 }
</style>
background-color css

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

 a { background-color: rgb(140,135,27); }

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

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

 span { border-color: rgb(140,135,27); }

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