#76861e

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

Shades of Trendy Green #76861E

Tints of Trendy Green #76861E

Color information

#76861E (or 0x76861E) is unknown color: approx Trendy Green. HEX triplet: 76, 86 and 1E. RGB value is (118,134,30). Sum of RGB (Red+Green+Blue) = 118+134+30=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 134 - color contains mainly: green. Hex color #76861E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76861E is #8979E1. Grayscale: #757575. Windows color (decimal): -9009634 or 2000502. OLE color: 2000502.

HSL color Cylindrical-coordinate representation of color #76861E: hue angle of 69.23º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76861E is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB11813430-
CMYK0.1200.780.47
HSL69.23º63.41%32.16%-
HSV(B)69.23º77.61%52.55%-
XYZ16.23214.43-
YUV117.3678.7128.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.84%
GREEN value IS 134 (52.73% from 255) = 47.52%
BLUE value IS 30 (12.11% from 255) = 10.64%
R=41.84%
G=47.52%
B=10.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118134300.1200.780.4769.2363.4132.16
Hex76861EC04E2F453f20
Octal16620636140116571057740
Binary111011010000110111101100010011101011111000101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76861e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76861e; }

 p { color: rgb(118,134,30); }

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

<style>
 a { background-color: #76861e; }

 a { background-color: rgb(118,134,30); }

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

<style>
 span { border-color: #76861e; }

 span { border-color: rgb(118,134,30); }

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