#777c14

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

Shades of Trendy Green #777C14

Tints of Trendy Green #777C14

Color information

#777C14 (or 0x777C14) is unknown color: approx Trendy Green. HEX triplet: 77, 7C and 14. RGB value is (119,124,20). Sum of RGB (Red+Green+Blue) = 119+124+20=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 124 (48.83% from 255 or 47.15% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 124 - color contains mainly: green. Hex color #777C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777C14 is #8883EB. Grayscale: #6F6F6F. Windows color (decimal): -8946668 or 1342583. OLE color: 1342583.

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

Color convert

RGB11912420-
CMYK0.0400.840.51
HSL62.88º72.22%28.24%-
HSV(B)62.88º83.87%48.63%-
XYZ14.9418.393.42-
YUV110.6576.84133.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.25%
GREEN value IS 124 (48.83% from 255) = 47.15%
BLUE value IS 20 (8.20% from 255) = 7.60%
R=45.25%
G=47.15%
B=7.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119124200.0400.840.5162.8872.2228.24
Hex777C144054333f481c
Octal1671742440124637711034
Binary111011111111001010010001010100110011111111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777c14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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