#76841A

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

Shades of Trendy Green #76841A

Tints of Trendy Green #76841A

Color information

#76841A (or 0x76841A) is unknown color: approx Trendy Green. HEX triplet: 76, 84 and 1A. RGB value is (118,132,26). Sum of RGB (Red+Green+Blue) = 118+132+26=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 132 - color contains mainly: green. Hex color #76841A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76841A is #897BE5. Grayscale: #747474. Windows color (decimal): -9010150 or 1737846. OLE color: 1737846.

HSL color Cylindrical-coordinate representation of color #76841A: hue angle of 67.92º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76841A is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB11813226-
CMYK0.1100.800.48
HSL67.92º67.09%30.98%-
HSV(B)67.92º80.3%51.76%-
XYZ15.9120.434.08-
YUV115.7377.36129.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.75%
GREEN value IS 132 (51.95% from 255) = 47.83%
BLUE value IS 26 (10.55% from 255) = 9.42%
R=42.75%
G=47.83%
B=9.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118132260.1100.800.4867.9267.0930.98
Hex76841AB0503044431f
Octal166204321301206010410337
Binary111011010000100110101011010100001100001000100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76841A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76841A; }

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

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

<style>
 a { background-color: #76841A; }

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

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

<style>
 span { border-color: #76841A; }

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

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