#76881E

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

Shades of Trendy Green #76881E

Tints of Trendy Green #76881E

Color information

#76881E (or 0x76881E) is unknown color: approx Trendy Green. HEX triplet: 76, 88 and 1E. RGB value is (118,136,30). Sum of RGB (Red+Green+Blue) = 118+136+30=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 136 - color contains mainly: green. Hex color #76881E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76881E is #8977E1. Grayscale: #767676. Windows color (decimal): -9009122 or 2001014. OLE color: 2001014.

HSL color Cylindrical-coordinate representation of color #76881E: hue angle of 70.19º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76881E is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB11813630-
CMYK0.1300.780.47
HSL70.19º63.86%32.55%-
HSV(B)70.19º77.94%53.33%-
XYZ16.5121.554.52-
YUV118.5378.04127.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.55%
GREEN value IS 136 (53.52% from 255) = 47.89%
BLUE value IS 30 (12.11% from 255) = 10.56%
R=41.55%
G=47.89%
B=10.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118136300.1300.780.4770.1963.8632.55
Hex76881ED04E2F464021
Octal166210361501165710610041
Binary1110110100010001111011010100111010111110001101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76881E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,136,30); }

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

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

 a { background-color: rgb(118,136,30); }

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

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

 span { border-color: rgb(118,136,30); }

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