#76851E

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

Shades of Trendy Green #76851E

Tints of Trendy Green #76851E

Color information

#76851E (or 0x76851E) is unknown color: approx Trendy Green. HEX triplet: 76, 85 and 1E. RGB value is (118,133,30). Sum of RGB (Red+Green+Blue) = 118+133+30=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #76851E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76851E is #897AE1. Grayscale: #757575. Windows color (decimal): -9009890 or 2000246. OLE color: 2000246.

HSL color Cylindrical-coordinate representation of color #76851E: hue angle of 68.74º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76851E is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB11813330-
CMYK0.1100.770.48
HSL68.74º63.19%31.96%-
HSV(B)68.74º77.44%52.16%-
XYZ16.0920.724.38-
YUV116.7779.03128.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.99%
GREEN value IS 133 (52.34% from 255) = 47.33%
BLUE value IS 30 (12.11% from 255) = 10.68%
R=41.99%
G=47.33%
B=10.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118133300.1100.770.4868.7463.1931.96
Hex76851EB04D30453f20
Octal16620536130115601057740
Binary111011010000101111101011010011011100001000101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76851E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76851E; }

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

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

<style>
 a { background-color: #76851E; }

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

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

<style>
 span { border-color: #76851E; }

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

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