#788425

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

Shades of Trendy Green #788425

Tints of Trendy Green #788425

Color information

#788425 (or 0x788425) is unknown color: approx Trendy Green. HEX triplet: 78, 84 and 25. RGB value is (120,132,37). Sum of RGB (Red+Green+Blue) = 120+132+37=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #788425 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788425 is #877BDA. Grayscale: #757575. Windows color (decimal): -8879067 or 2458744. OLE color: 2458744.

HSL color Cylindrical-coordinate representation of color #788425: hue angle of 67.58º 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 #788425 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB12013237-
CMYK0.0900.720.48
HSL67.58º56.21%33.14%-
HSV(B)67.58º71.97%51.76%-
XYZ16.3320.634.87-
YUV117.5882.52129.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.52%
GREEN value IS 132 (51.95% from 255) = 45.67%
BLUE value IS 37 (14.84% from 255) = 12.80%
R=41.52%
G=45.67%
B=12.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal120132370.0900.720.4867.5856.2133.14
Hex788425904830443821
Octal17020445110110601047041
Binary1111000100001001001011001010010001100001000100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788425; }

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

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

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

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

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

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

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

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