Html Css Color HEX #778420 Trendy Green

📋 copy color: '#778420'

red 119 ◦ green 132 ◦ blue 32

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

Shades of Trendy Green #778420

Tints of Trendy Green #778420

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.64%

 BLUE value IS 32 (12.89% from 255) = 11.31%

R = 42.05%
G = 46.64%
B = 11.31%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#778420 (or 0x778420) is known color: Trendy Green. HEX triplet: 77, 84 and 20. RGB value is (119,132,32). Sum of RGB (Red+Green+Blue) = 119+132+32=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #778420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778420 is #887BDF. Grayscale: #757575. Windows color (decimal): -8944608 or 2131063. OLE color: 2131063.

HSL color Cylindrical-coordinate representation of color #778420: hue angle of 67.8º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #778420 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 132 32 -
CMYK 0.10 0 0.76 0.48
HSL 67.8º 0.61% 0.32% -
HSV(B) 67.8º 0.76% 0.52% -
XYZ 16.12 20.53 4.48 -
YUV 116.71 80.19 129.63 -
System Red Green Blue C M Y K H S L
Decimal 119 132 32 0.10 0 0.76 0.48 67.8 0.61 0.32
Hex 77 84 20 A 0 4C 30 44 3D 20
Octal 167 204 40 12 0 114 60 104 75 40
Binary 1110111 10000100 100000 1010 0 1001100 110000 1000100 111101 100000

Color Harmonies of #778420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778420

Black with #778420

Text Example


Text Example

White with #778420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778420; }

 p { color: rgb(119,132,32); }

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

background-color css

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

 a { background-color: rgb(119,132,32); }

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

border-color css

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

 span { border-color: rgb(119,132,32); }

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