#778228

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

Shades of Trendy Green #778228

Tints of Trendy Green #778228

Color information

#778228 (or 0x778228) is unknown color: approx Trendy Green. HEX triplet: 77, 82 and 28. RGB value is (119,130,40). Sum of RGB (Red+Green+Blue) = 119+130+40=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #778228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778228 is #887DD7. Grayscale: #747474. Windows color (decimal): -8945112 or 2654839. OLE color: 2654839.

HSL color Cylindrical-coordinate representation of color #778228: hue angle of 67.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #778228 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB11913040-
CMYK0.0800.690.49
HSL67.33º52.94%33.33%-
HSV(B)67.33º69.23%50.98%-
XYZ15.9720.045.03-
YUV116.4584.86129.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.18%
GREEN value IS 130 (51.17% from 255) = 44.98%
BLUE value IS 40 (16.02% from 255) = 13.84%
R=41.18%
G=44.98%
B=13.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119130400.0800.690.4967.3352.9433.33
Hex778228804531433521
Octal16720250100105611036541
Binary1110111100000101010001000010001011100011000011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778228; }

 p { color: rgb(119,130,40); }

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

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

 a { background-color: rgb(119,130,40); }

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

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

 span { border-color: rgb(119,130,40); }

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