Html Css Color HEX #778514 Trendy Green

📋 copy color: '#778514'

red 119 ◦ green 133 ◦ blue 20

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

Shades of Trendy Green #778514

Tints of Trendy Green #778514

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.9%

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

R = 43.75%
G = 48.9%
B = 7.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#778514 (or 0x778514) is known color: Trendy Green. HEX triplet: 77, 85 and 14. RGB value is (119,133,20). Sum of RGB (Red+Green+Blue) = 119+133+20=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 133 (52.34% from 255 or 48.90% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 133 - color contains mainly: green. Hex color #778514 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778514 is #887AEB. Grayscale: #747474. Windows color (decimal): -8944364 or 1344887. OLE color: 1344887.

HSL color Cylindrical-coordinate representation of color #778514: hue angle of 67.43º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #778514 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 133 20 -
CMYK 0.11 0 0.85 0.48
HSL 67.43º 0.74% 0.3% -
HSV(B) 67.43º 0.85% 0.52% -
XYZ 16.12 20.75 3.82 -
YUV 115.93 73.86 130.19 -
System Red Green Blue C M Y K H S L
Decimal 119 133 20 0.11 0 0.85 0.48 67.43 0.74 0.3
Hex 77 85 14 B 0 55 30 43 4A 1E
Octal 167 205 24 13 0 125 60 103 112 36
Binary 1110111 10000101 10100 1011 0 1010101 110000 1000011 1001010 11110

Color Harmonies of #778514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778514

Black with #778514

Text Example


Text Example

White with #778514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778514; }

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

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

background-color css

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

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

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

border-color css

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

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

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