#76831F

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

Shades of Trendy Green #76831F

Tints of Trendy Green #76831F

Color information

#76831F (or 0x76831F) is unknown color: approx Trendy Green. HEX triplet: 76, 83 and 1F. RGB value is (118,131,31). Sum of RGB (Red+Green+Blue) = 118+131+31=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 131 - color contains mainly: green. Hex color #76831F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76831F is #897CE0. Grayscale: #747474. Windows color (decimal): -9010401 or 2065270. OLE color: 2065270.

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

Color convert

RGB11813131-
CMYK0.1000.760.49
HSL67.8º61.73%31.76%-
HSV(B)67.8º76.34%51.37%-
XYZ15.8320.184.36-
YUV115.7180.19129.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 131 (51.56% from 255) = 46.79%
BLUE value IS 31 (12.5% from 255) = 11.07%
R=42.14%
G=46.79%
B=11.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118131310.1000.760.4967.861.7331.76
Hex76831FA04C31443e20
Octal16620337120114611047640
Binary111011010000011111111010010011001100011000100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76831F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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