#778532

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

Shades of Trendy Green #778532

Tints of Trendy Green #778532

Color information

#778532 (or 0x778532) is unknown color: approx Trendy Green. HEX triplet: 77, 85 and 32. RGB value is (119,133,50). Sum of RGB (Red+Green+Blue) = 119+133+50=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #778532 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778532 is #887ACD. Grayscale: #777777. Windows color (decimal): -8944334 or 3310967. OLE color: 3310967.

HSL color Cylindrical-coordinate representation of color #778532: hue angle of 70.12º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #778532 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB11913350-
CMYK0.1100.620.48
HSL70.12º45.36%35.88%-
HSV(B)70.12º62.41%52.16%-
XYZ16.5720.936.18-
YUV119.3588.86127.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.40%
GREEN value IS 133 (52.34% from 255) = 44.04%
BLUE value IS 50 (19.92% from 255) = 16.56%
R=39.40%
G=44.04%
B=16.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119133500.1100.620.4870.1245.3635.88
Hex778532B03E30462d24
Octal1672056213076601065544
Binary111011110000101110010101101111101100001000110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778532; }

 p { color: rgb(119,133,50); }

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

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

 a { background-color: rgb(119,133,50); }

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

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

 span { border-color: rgb(119,133,50); }

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