#778134

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

Shades of Trendy Green #778134

Tints of Trendy Green #778134

Color information

#778134 (or 0x778134) is unknown color: approx Trendy Green. HEX triplet: 77, 81 and 34. RGB value is (119,129,52). Sum of RGB (Red+Green+Blue) = 119+129+52=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 129 - color contains mainly: green. Hex color #778134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778134 is #887ECB. Grayscale: #757575. Windows color (decimal): -8945356 or 3441015. OLE color: 3441015.

HSL color Cylindrical-coordinate representation of color #778134: hue angle of 67.79º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #778134 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB11912952-
CMYK0.0800.600.49
HSL67.79º42.54%35.49%-
HSV(B)67.79º59.69%50.59%-
XYZ16.0819.876.24-
YUV117.2391.19129.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.67%
GREEN value IS 129 (50.78% from 255) = 43%
BLUE value IS 52 (20.70% from 255) = 17.33%
R=39.67%
G=43%
B=17.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119129520.0800.600.4967.7942.5435.49
Hex778134803C31442b23
Octal1672016410074611045343
Binary111011110000001110100100001111001100011000100101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778134; }

 p { color: rgb(119,129,52); }

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

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

 a { background-color: rgb(119,129,52); }

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

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

 span { border-color: rgb(119,129,52); }

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