#76862F

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

Shades of Trendy Green #76862F

Tints of Trendy Green #76862F

Color information

#76862F (or 0x76862F) is unknown color: approx Trendy Green. HEX triplet: 76, 86 and 2F. RGB value is (118,134,47). Sum of RGB (Red+Green+Blue) = 118+134+47=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 134 - color contains mainly: green. Hex color #76862F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76862F is #8979D0. Grayscale: #777777. Windows color (decimal): -9009617 or 3114614. OLE color: 3114614.

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

Color convert

RGB11813447-
CMYK0.1200.650.47
HSL71.03º48.07%35.49%-
HSV(B)71.03º64.93%52.55%-
XYZ16.5121.115.89-
YUV119.387.2127.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.46%
GREEN value IS 134 (52.73% from 255) = 44.82%
BLUE value IS 47 (18.75% from 255) = 15.72%
R=39.46%
G=44.82%
B=15.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118134470.1200.650.4771.0348.0735.49
Hex76862FC0412F473023
Octal16620657140101571076043
Binary1110110100001101011111100010000011011111000111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76862F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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