#778020

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

Shades of Trendy Green #778020

Tints of Trendy Green #778020

Color information

#778020 (or 0x778020) is unknown color: approx Trendy Green. HEX triplet: 77, 80 and 20. RGB value is (119,128,32). Sum of RGB (Red+Green+Blue) = 119+128+32=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #778020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778020 is #887FDF. Grayscale: #727272. Windows color (decimal): -8945632 or 2130039. OLE color: 2130039.

HSL color Cylindrical-coordinate representation of color #778020: hue angle of 65.63º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #778020 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB11912832-
CMYK0.0700.750.50
HSL65.63º60%31.37%-
HSV(B)65.63º75%50.2%-
XYZ15.5919.464.3-
YUV114.3681.52131.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.65%
GREEN value IS 128 (50.39% from 255) = 45.88%
BLUE value IS 32 (12.89% from 255) = 11.47%
R=42.65%
G=45.88%
B=11.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal119128320.0700.750.5065.636031.37
Hex778020704B32423c1f
Octal1672004070113621027437
Binary11101111000000010000011101001011110010100001011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778020; }

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

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

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

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

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

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

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

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