Html Css Color HEX #778212 Trendy Green

📋 copy color: '#778212'

red 119 ◦ green 130 ◦ blue 18

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

Shades of Trendy Green #778212

Tints of Trendy Green #778212

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.69%

 BLUE value IS 18 (7.42% from 255) = 6.74%

R = 44.57%
G = 48.69%
B = 6.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#778212 (or 0x778212) is known color: Trendy Green. HEX triplet: 77, 82 and 12. RGB value is (119,130,18). Sum of RGB (Red+Green+Blue) = 119+130+18=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #778212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778212 is #887DED. Grayscale: #727272. Windows color (decimal): -8945134 or 1213047. OLE color: 1213047.

HSL color Cylindrical-coordinate representation of color #778212: hue angle of 65.89º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #778212 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 130 18 -
CMYK 0.08 0 0.86 0.49
HSL 65.89º 0.76% 0.29% -
HSV(B) 65.89º 0.86% 0.51% -
XYZ 15.7 19.93 3.59 -
YUV 113.94 73.86 131.61 -
System Red Green Blue C M Y K H S L
Decimal 119 130 18 0.08 0 0.86 0.49 65.89 0.76 0.29
Hex 77 82 12 8 0 56 31 42 4C 1D
Octal 167 202 22 10 0 126 61 102 114 35
Binary 1110111 10000010 10010 1000 0 1010110 110001 1000010 1001100 11101

Color Harmonies of #778212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778212

Black with #778212

Text Example


Text Example

White with #778212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778212; }

 p { color: rgb(119,130,18); }

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

background-color css

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

 a { background-color: rgb(119,130,18); }

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

border-color css

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

 span { border-color: rgb(119,130,18); }

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