#788512

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

Shades of Trendy Green #788512

Tints of Trendy Green #788512

Color information

#788512 (or 0x788512) is unknown color: approx Trendy Green. HEX triplet: 78, 85 and 12. RGB value is (120,133,18). Sum of RGB (Red+Green+Blue) = 120+133+18=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #788512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788512 is #877AED. Grayscale: #747474. Windows color (decimal): -8878830 or 1213816. OLE color: 1213816.

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

Color convert

RGB12013318-
CMYK0.1000.860.48
HSL66.78º76.16%29.61%-
HSV(B)66.78º86.47%52.16%-
XYZ16.2420.813.73-
YUV11672.69130.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.28%
GREEN value IS 133 (52.34% from 255) = 49.08%
BLUE value IS 18 (7.42% from 255) = 6.64%
R=44.28%
G=49.08%
B=6.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal120133180.1000.860.4866.7876.1629.61
Hex788512A05630434c1e
Octal170205221201266010311436
Binary111100010000101100101010010101101100001000011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788512; }

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

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

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

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

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

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

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

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