#76861B

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

Shades of Trendy Green #76861B

Tints of Trendy Green #76861B

Color information

#76861B (or 0x76861B) is unknown color: approx Trendy Green. HEX triplet: 76, 86 and 1B. RGB value is (118,134,27). Sum of RGB (Red+Green+Blue) = 118+134+27=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 134 - color contains mainly: green. Hex color #76861B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76861B is #8979E4. Grayscale: #757575. Windows color (decimal): -9009637 or 1803894. OLE color: 1803894.

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

Color convert

RGB11813427-
CMYK0.1200.800.47
HSL68.97º66.46%31.57%-
HSV(B)68.97º79.85%52.55%-
XYZ16.1920.984.23-
YUV117.0277.2128.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 134 (52.73% from 255) = 48.03%
BLUE value IS 27 (10.94% from 255) = 9.68%
R=42.29%
G=48.03%
B=9.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118134270.1200.800.4768.9766.4631.57
Hex76861BC0502F454220
Octal166206331401205710510240
Binary1110110100001101101111000101000010111110001011000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76861B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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