Html Css Color HEX #778814 Trendy Green

📋 copy color: '#778814'

red 119 ◦ green 136 ◦ blue 20

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

Shades of Trendy Green #778814

Tints of Trendy Green #778814

RGB

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

 GREEN value IS 136 (53.52% from 255) = 49.45%

 BLUE value IS 20 (8.2% from 255) = 7.27%

R = 43.27%
G = 49.45%
B = 7.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#778814 (or 0x778814) is known color: Trendy Green. HEX triplet: 77, 88 and 14. RGB value is (119,136,20). Sum of RGB (Red+Green+Blue) = 119+136+20=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 136 (53.52% from 255 or 49.45% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 136 - color contains mainly: green. Hex color #778814 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778814 is #8877EB. Grayscale: #767676. Windows color (decimal): -8943596 or 1345655. OLE color: 1345655.

HSL color Cylindrical-coordinate representation of color #778814: hue angle of 68.79º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #778814 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 136 20 -
CMYK 0.12 0 0.85 0.47
HSL 68.79º 0.74% 0.31% -
HSV(B) 68.79º 0.85% 0.53% -
XYZ 16.54 21.58 3.96 -
YUV 117.69 72.87 128.93 -
System Red Green Blue C M Y K H S L
Decimal 119 136 20 0.12 0 0.85 0.47 68.79 0.74 0.31
Hex 77 88 14 C 0 55 2F 45 4A 1F
Octal 167 210 24 14 0 125 57 105 112 37
Binary 1110111 10001000 10100 1100 0 1010101 101111 1000101 1001010 11111

Color Harmonies of #778814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778814

Black with #778814

Text Example


Text Example

White with #778814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778814; }

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

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

background-color css

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

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

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

border-color css

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

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

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