#777B14

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

Shades of Trendy Green #777B14

Tints of Trendy Green #777B14

Color information

#777B14 (or 0x777B14) is unknown color: approx Trendy Green. HEX triplet: 77, 7B and 14. RGB value is (119,123,20). Sum of RGB (Red+Green+Blue) = 119+123+20=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 123 (48.44% from 255 or 46.95% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 123 - color contains mainly: green. Hex color #777B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777B14 is #8884EB. Grayscale: #6E6E6E. Windows color (decimal): -8946924 or 1342327. OLE color: 1342327.

HSL color Cylindrical-coordinate representation of color #777B14: hue angle of 62.33º 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 #777B14 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB11912320-
CMYK0.0300.840.52
HSL62.33º72.03%28.04%-
HSV(B)62.33º83.74%48.24%-
XYZ14.8218.143.38-
YUV110.0677.17134.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.42%
GREEN value IS 123 (48.44% from 255) = 46.95%
BLUE value IS 20 (8.20% from 255) = 7.63%
R=45.42%
G=46.95%
B=7.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119123200.0300.840.5262.3372.0328.04
Hex777B143054343e481c
Octal1671732430124647611034
Binary11101111111011101001101010100110100111110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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