#76831D

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

Shades of Trendy Green #76831D

Tints of Trendy Green #76831D

Color information

#76831D (or 0x76831D) is unknown color: approx Trendy Green. HEX triplet: 76, 83 and 1D. RGB value is (118,131,29). Sum of RGB (Red+Green+Blue) = 118+131+29=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 131 (51.56% from 255 or 47.12% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 131 - color contains mainly: green. Hex color #76831D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76831D is #897CE2. Grayscale: #737373. Windows color (decimal): -9010403 or 1934198. OLE color: 1934198.

HSL color Cylindrical-coordinate representation of color #76831D: hue angle of 67.65º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76831D is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB11813129-
CMYK0.1000.780.49
HSL67.65º63.75%31.37%-
HSV(B)67.65º77.86%51.37%-
XYZ15.8120.174.22-
YUV115.4879.19129.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.45%
GREEN value IS 131 (51.56% from 255) = 47.12%
BLUE value IS 29 (11.72% from 255) = 10.43%
R=42.45%
G=47.12%
B=10.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118131290.1000.780.4967.6563.7531.37
Hex76831DA04E3144401f
Octal166203351201166110410037
Binary111011010000011111011010010011101100011000100100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76831D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,131,29); }

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

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

 a { background-color: rgb(118,131,29); }

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

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

 span { border-color: rgb(118,131,29); }

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