#76862E

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

Shades of Trendy Green #76862E

Tints of Trendy Green #76862E

Color information

#76862E (or 0x76862E) is unknown color: approx Trendy Green. HEX triplet: 76, 86 and 2E. RGB value is (118,134,46). Sum of RGB (Red+Green+Blue) = 118+134+46=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #76862E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76862E is #8979D1. Grayscale: #777777. Windows color (decimal): -9009618 or 3049078. OLE color: 3049078.

HSL color Cylindrical-coordinate representation of color #76862E: hue angle of 70.91º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76862E is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB11813446-
CMYK0.1200.660.47
HSL70.91º48.89%35.29%-
HSV(B)70.91º65.67%52.55%-
XYZ16.4921.15.79-
YUV119.1886.7127.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.60%
GREEN value IS 134 (52.73% from 255) = 44.97%
BLUE value IS 46 (18.36% from 255) = 15.44%
R=39.60%
G=44.97%
B=15.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118134460.1200.660.4770.9148.8935.29
Hex76862EC0422F473123
Octal16620656140102571076143
Binary1110110100001101011101100010000101011111000111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76862E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76862E; }

 p { color: rgb(118,134,46); }

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

<style>
 a { background-color: #76862E; }

 a { background-color: rgb(118,134,46); }

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

<style>
 span { border-color: #76862E; }

 span { border-color: rgb(118,134,46); }

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