#778026

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

Shades of Trendy Green #778026

Tints of Trendy Green #778026

Color information

#778026 (or 0x778026) is unknown color: approx Trendy Green. HEX triplet: 77, 80 and 26. RGB value is (119,128,38). Sum of RGB (Red+Green+Blue) = 119+128+38=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #778026 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778026 is #887FD9. Grayscale: #737373. Windows color (decimal): -8945626 or 2523255. OLE color: 2523255.

HSL color Cylindrical-coordinate representation of color #778026: hue angle of 66º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #778026 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB11912838-
CMYK0.0700.700.50
HSL66º54.22%32.55%-
HSV(B)66º70.31%50.2%-
XYZ15.6819.54.77-
YUV115.0584.52130.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.75%
GREEN value IS 128 (50.39% from 255) = 44.91%
BLUE value IS 38 (15.23% from 255) = 13.33%
R=41.75%
G=44.91%
B=13.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal119128380.0700.700.506654.2232.55
Hex778026704632423621
Octal1672004670106621026641
Binary111011110000000100110111010001101100101000010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778026; }

 p { color: rgb(119,128,38); }

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

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

 a { background-color: rgb(119,128,38); }

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

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

 span { border-color: rgb(119,128,38); }

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