#788412

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

Shades of Trendy Green #788412

Tints of Trendy Green #788412

Color information

#788412 (or 0x788412) is unknown color: approx Trendy Green. HEX triplet: 78, 84 and 12. RGB value is (120,132,18). Sum of RGB (Red+Green+Blue) = 120+132+18=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 132 - color contains mainly: green. Hex color #788412 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788412 is #877BED. Grayscale: #737373. Windows color (decimal): -8879086 or 1213560. OLE color: 1213560.

HSL color Cylindrical-coordinate representation of color #788412: hue angle of 66.32º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #788412 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB12013218-
CMYK0.0900.860.48
HSL66.32º76%29.41%-
HSV(B)66.32º86.36%51.76%-
XYZ16.1120.543.69-
YUV115.4273.02131.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.44%
GREEN value IS 132 (51.95% from 255) = 48.89%
BLUE value IS 18 (7.42% from 255) = 6.67%
R=44.44%
G=48.89%
B=6.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal120132180.0900.860.4866.327629.41
Hex788412905630424c1d
Octal170204221101266010211435
Binary111100010000100100101001010101101100001000010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788412; }

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

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

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

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

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

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

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

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