#777C16

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

Shades of Trendy Green #777C16

Tints of Trendy Green #777C16

Color information

#777C16 (or 0x777C16) is unknown color: approx Trendy Green. HEX triplet: 77, 7C and 16. RGB value is (119,124,22). Sum of RGB (Red+Green+Blue) = 119+124+22=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 124 (48.83% from 255 or 46.79% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 124 - color contains mainly: green. Hex color #777C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777C16 is #8883E9. Grayscale: #6F6F6F. Windows color (decimal): -8946666 or 1473655. OLE color: 1473655.

HSL color Cylindrical-coordinate representation of color #777C16: hue angle of 62.94º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #777C16 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB11912422-
CMYK0.0400.820.51
HSL62.94º69.86%28.63%-
HSV(B)62.94º82.26%48.63%-
XYZ14.9618.43.52-
YUV110.8877.84133.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 124 (48.83% from 255) = 46.79%
BLUE value IS 22 (8.98% from 255) = 8.30%
R=44.91%
G=46.79%
B=8.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119124220.0400.820.5162.9469.8628.63
Hex777C164052333f461d
Octal1671742640122637710635
Binary111011111111001011010001010010110011111111100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777C16; }

 p { color: rgb(119,124,22); }

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

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

 a { background-color: rgb(119,124,22); }

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

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

 span { border-color: rgb(119,124,22); }

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