Html Css Color HEX #778016 Trendy Green

📋 copy color: '#778016'

red 119 ◦ green 128 ◦ blue 22

#778016
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Green #778016

Tints of Trendy Green #778016

RGB

 RED value IS 119 (46.88% from 255) = 44.24%

 GREEN value IS 128 (50.39% from 255) = 47.58%

 BLUE value IS 22 (8.98% from 255) = 8.18%

R = 44.24%
G = 47.58%
B = 8.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#778016 (or 0x778016) is known color: Trendy Green. HEX triplet: 77, 80 and 16. RGB value is (119,128,22). Sum of RGB (Red+Green+Blue) = 119+128+22=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 128 (50.39% from 255 or 47.58% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 128 - color contains mainly: green. Hex color #778016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778016 is #887FE9. Grayscale: #717171. Windows color (decimal): -8945642 or 1474679. OLE color: 1474679.

HSL color Cylindrical-coordinate representation of color #778016: hue angle of 65.09º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #778016 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 119 128 22 -
CMYK 0.07 0 0.83 0.50
HSL 65.09º 0.71% 0.29% -
HSV(B) 65.09º 0.83% 0.5% -
XYZ 15.47 19.42 3.69 -
YUV 113.23 76.52 132.12 -
System Red Green Blue C M Y K H S L
Decimal 119 128 22 0.07 0 0.83 0.50 65.09 0.71 0.29
Hex 77 80 16 7 0 53 32 41 47 1D
Octal 167 200 26 7 0 123 62 101 107 35
Binary 1110111 10000000 10110 111 0 1010011 110010 1000001 1000111 11101

Color Harmonies of #778016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778016

Black with #778016

Text Example


Text Example

White with #778016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778016; }

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

 H1.HeaderClassName
 {
   color: #778016;
 }
 .AnyTagClassName
 {
   color: #778016;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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