#778414

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

Shades of Trendy Green #778414

Tints of Trendy Green #778414

Color information

#778414 (or 0x778414) is unknown color: approx Trendy Green. HEX triplet: 77, 84 and 14. RGB value is (119,132,20). Sum of RGB (Red+Green+Blue) = 119+132+20=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 132 (51.95% from 255 or 48.71% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 132 - color contains mainly: green. Hex color #778414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778414 is #887BEB. Grayscale: #737373. Windows color (decimal): -8944620 or 1344631. OLE color: 1344631.

HSL color Cylindrical-coordinate representation of color #778414: hue angle of 66.96º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #778414 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB11913220-
CMYK0.1000.850.48
HSL66.96º73.68%29.8%-
HSV(B)66.96º84.85%51.76%-
XYZ15.9920.473.77-
YUV115.3474.19130.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.91%
GREEN value IS 132 (51.95% from 255) = 48.71%
BLUE value IS 20 (8.20% from 255) = 7.38%
R=43.91%
G=48.71%
B=7.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119132200.1000.850.4866.9673.6829.8
Hex778414A05530434a1e
Octal167204241201256010311236
Binary111011110000100101001010010101011100001000011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778414; }

 p { color: rgb(119,132,20); }

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

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

 a { background-color: rgb(119,132,20); }

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

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

 span { border-color: rgb(119,132,20); }

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