#76802C

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

Shades of Trendy Green #76802C

Tints of Trendy Green #76802C

Color information

#76802C (or 0x76802C) is unknown color: approx Trendy Green. HEX triplet: 76, 80 and 2C. RGB value is (118,128,44). Sum of RGB (Red+Green+Blue) = 118+128+44=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 128 - color contains mainly: green. Hex color #76802C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76802C is #897FD3. Grayscale: #737373. Windows color (decimal): -9011156 or 2916470. OLE color: 2916470.

HSL color Cylindrical-coordinate representation of color #76802C: hue angle of 67.14º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76802C is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB11812844-
CMYK0.0800.660.50
HSL67.14º48.84%33.73%-
HSV(B)67.14º65.62%50.2%-
XYZ15.6519.475.32-
YUV115.4387.69129.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.69%
GREEN value IS 128 (50.39% from 255) = 44.14%
BLUE value IS 44 (17.58% from 255) = 15.17%
R=40.69%
G=44.14%
B=15.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118128440.0800.660.5067.1448.8433.73
Hex76802C804232433122
Octal16620054100102621036142
Binary1110110100000001011001000010000101100101000011110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76802C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76802C; }

 p { color: rgb(118,128,44); }

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

<style>
 a { background-color: #76802C; }

 a { background-color: rgb(118,128,44); }

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

<style>
 span { border-color: #76802C; }

 span { border-color: rgb(118,128,44); }

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