#78842D

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

Shades of Trendy Green #78842D

Tints of Trendy Green #78842D

Color information

#78842D (or 0x78842D) is unknown color: approx Trendy Green. HEX triplet: 78, 84 and 2D. RGB value is (120,132,45). Sum of RGB (Red+Green+Blue) = 120+132+45=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #78842D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78842D is #877BD2. Grayscale: #767676. Windows color (decimal): -8879059 or 2983032. OLE color: 2983032.

HSL color Cylindrical-coordinate representation of color #78842D: hue angle of 68.28º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #78842D is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB12013245-
CMYK0.0900.660.48
HSL68.28º49.15%34.71%-
HSV(B)68.28º65.91%51.76%-
XYZ16.4720.695.61-
YUV118.4986.52129.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.40%
GREEN value IS 132 (51.95% from 255) = 44.44%
BLUE value IS 45 (17.97% from 255) = 15.15%
R=40.40%
G=44.44%
B=15.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal120132450.0900.660.4868.2849.1534.71
Hex78842D904230443123
Octal17020455110102601046143
Binary1111000100001001011011001010000101100001000100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78842D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78842D; }

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

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

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

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

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

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

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

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