#76882D

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

Shades of Trendy Green #76882D

Tints of Trendy Green #76882D

Color information

#76882D (or 0x76882D) is unknown color: approx Trendy Green. HEX triplet: 76, 88 and 2D. RGB value is (118,136,45). Sum of RGB (Red+Green+Blue) = 118+136+45=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 136 - color contains mainly: green. Hex color #76882D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76882D is #8977D2. Grayscale: #787878. Windows color (decimal): -9009107 or 2984054. OLE color: 2984054.

HSL color Cylindrical-coordinate representation of color #76882D: hue angle of 71.87º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76882D is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB11813645-
CMYK0.1300.670.47
HSL71.87º50.28%35.49%-
HSV(B)71.87º66.91%53.33%-
XYZ16.7521.655.78-
YUV120.2485.54126.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.46%
GREEN value IS 136 (53.52% from 255) = 45.48%
BLUE value IS 45 (17.97% from 255) = 15.05%
R=39.46%
G=45.48%
B=15.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118136450.1300.670.4771.8750.2835.49
Hex76882DD0432F483223
Octal16621055150103571106243
Binary1110110100010001011011101010000111011111001000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76882D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76882D; }

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

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

<style>
 a { background-color: #76882D; }

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

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

<style>
 span { border-color: #76882D; }

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

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