#778425

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

Shades of Trendy Green #778425

Tints of Trendy Green #778425

Color information

#778425 (or 0x778425) is unknown color: approx Trendy Green. HEX triplet: 77, 84 and 25. RGB value is (119,132,37). Sum of RGB (Red+Green+Blue) = 119+132+37=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 132 - color contains mainly: green. Hex color #778425 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778425 is #887BDA. Grayscale: #757575. Windows color (decimal): -8944603 or 2458743. OLE color: 2458743.

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

Color convert

RGB11913237-
CMYK0.1000.720.48
HSL68.21º56.21%33.14%-
HSV(B)68.21º71.97%51.76%-
XYZ16.1920.564.86-
YUV117.2882.69129.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.32%
GREEN value IS 132 (51.95% from 255) = 45.83%
BLUE value IS 37 (14.84% from 255) = 12.85%
R=41.32%
G=45.83%
B=12.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119132370.1000.720.4868.2156.2133.14
Hex778425A04830443821
Octal16720445120110601047041
Binary1110111100001001001011010010010001100001000100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778425; }

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

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

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

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

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

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

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

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