#76842E

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

Shades of Trendy Green #76842E

Tints of Trendy Green #76842E

Color information

#76842E (or 0x76842E) is unknown color: approx Trendy Green. HEX triplet: 76, 84 and 2E. RGB value is (118,132,46). Sum of RGB (Red+Green+Blue) = 118+132+46=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 132 - color contains mainly: green. Hex color #76842E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76842E is #897BD1. Grayscale: #767676. Windows color (decimal): -9010130 or 3048566. OLE color: 3048566.

HSL color Cylindrical-coordinate representation of color #76842E: hue angle of 69.77º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76842E is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB11813246-
CMYK0.1100.650.48
HSL69.77º48.31%34.9%-
HSV(B)69.77º65.15%51.76%-
XYZ16.2220.555.7-
YUV118.0187.36127.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.86%
GREEN value IS 132 (51.95% from 255) = 44.59%
BLUE value IS 46 (18.36% from 255) = 15.54%
R=39.86%
G=44.59%
B=15.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118132460.1100.650.4869.7748.3134.9
Hex76842EB04130463023
Octal16620456130101601066043
Binary1110110100001001011101011010000011100001000110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76842E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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