#788221

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

Shades of Trendy Green #788221

Tints of Trendy Green #788221

Color information

#788221 (or 0x788221) is unknown color: approx Trendy Green. HEX triplet: 78, 82 and 21. RGB value is (120,130,33). Sum of RGB (Red+Green+Blue) = 120+130+33=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #788221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788221 is #877DDE. Grayscale: #747474. Windows color (decimal): -8879583 or 2196088. OLE color: 2196088.

HSL color Cylindrical-coordinate representation of color #788221: hue angle of 66.19º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #788221 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB12013033-
CMYK0.0800.750.49
HSL66.19º59.51%31.96%-
HSV(B)66.19º74.62%50.98%-
XYZ1620.074.47-
YUV115.9581.19130.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.40%
GREEN value IS 130 (51.17% from 255) = 45.94%
BLUE value IS 33 (13.28% from 255) = 11.66%
R=42.40%
G=45.94%
B=11.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120130330.0800.750.4966.1959.5131.96
Hex788221804B31423c20
Octal17020241100113611027440
Binary1111000100000101000011000010010111100011000010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788221; }

 p { color: rgb(120,130,33); }

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

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

 a { background-color: rgb(120,130,33); }

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

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

 span { border-color: rgb(120,130,33); }

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