#76842C

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

Shades of Trendy Green #76842C

Tints of Trendy Green #76842C

Color information

#76842C (or 0x76842C) is unknown color: approx Trendy Green. HEX triplet: 76, 84 and 2C. RGB value is (118,132,44). Sum of RGB (Red+Green+Blue) = 118+132+44=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 132 - color contains mainly: green. Hex color #76842C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76842C is #897BD3. Grayscale: #767676. Windows color (decimal): -9010132 or 2917494. OLE color: 2917494.

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

Color convert

RGB11813244-
CMYK0.1100.670.48
HSL69.55º50%34.51%-
HSV(B)69.55º66.67%51.76%-
XYZ16.1820.545.49-
YUV117.7886.36128.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.14%
GREEN value IS 132 (51.95% from 255) = 44.90%
BLUE value IS 44 (17.58% from 255) = 14.97%
R=40.14%
G=44.90%
B=14.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118132440.1100.670.4869.555034.51
Hex76842CB04330463223
Octal16620454130103601066243
Binary1110110100001001011001011010000111100001000110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76842C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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