#777A14

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

Shades of Trendy Green #777A14

Tints of Trendy Green #777A14

Color information

#777A14 (or 0x777A14) is unknown color: approx Trendy Green. HEX triplet: 77, 7A and 14. RGB value is (119,122,20). Sum of RGB (Red+Green+Blue) = 119+122+20=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 122 (48.05% from 255 or 46.74% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 122 - color contains mainly: green. Hex color #777A14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777A14 is #8885EB. Grayscale: #6D6D6D. Windows color (decimal): -8947180 or 1342071. OLE color: 1342071.

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

Color convert

RGB11912220-
CMYK0.0200.840.52
HSL61.76º71.83%27.84%-
HSV(B)61.76º83.61%47.84%-
XYZ14.6917.893.34-
YUV109.4877.51134.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.59%
GREEN value IS 122 (48.05% from 255) = 46.74%
BLUE value IS 20 (8.20% from 255) = 7.66%
R=45.59%
G=46.74%
B=7.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119122200.0200.840.5261.7671.8327.84
Hex777A142054343e481c
Octal1671722420124647611034
Binary11101111111010101001001010100110100111110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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