#788C2C

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

Shades of Trendy Green #788C2C

Tints of Trendy Green #788C2C

Color information

#788C2C (or 0x788C2C) is unknown color: approx Trendy Green. HEX triplet: 78, 8C and 2C. RGB value is (120,140,44). Sum of RGB (Red+Green+Blue) = 120+140+44=304 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.47% from 304); Green value is 140 (55.08% from 255 or 46.05% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 140 - color contains mainly: green. Hex color #788C2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788C2C is #8773D3. Grayscale: #7B7B7B. Windows color (decimal): -8877012 or 2919544. OLE color: 2919544.

HSL color Cylindrical-coordinate representation of color #788C2C: hue angle of 72.5º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #788C2C is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB12014044-
CMYK0.1400.690.45
HSL72.5º52.17%36.08%-
HSV(B)72.5º68.57%54.9%-
XYZ17.5822.935.88-
YUV123.0883.37125.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.47%
GREEN value IS 140 (55.08% from 255) = 46.05%
BLUE value IS 44 (17.58% from 255) = 14.47%
R=39.47%
G=46.05%
B=14.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120140440.1400.690.4572.552.1736.08
Hex788C2CE0452D483424
Octal17021454160105551106444
Binary1111000100011001011001110010001011011011001000110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788C2C; }

 p { color: rgb(120,140,44); }

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

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

 a { background-color: rgb(120,140,44); }

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

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

 span { border-color: rgb(120,140,44); }

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