Html Css Color HEX #778228 Trendy Green

📋 copy color: '#778228'

red 119 ◦ green 130 ◦ blue 40

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

Shades of Trendy Green #778228

Tints of Trendy Green #778228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.84%

R = 41.18%
G = 44.98%
B = 13.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#778228 (or 0x778228) is known color: Trendy Green. HEX triplet: 77, 82 and 28. RGB value is (119,130,40). Sum of RGB (Red+Green+Blue) = 119+130+40=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #778228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778228 is #887DD7. Grayscale: #747474. Windows color (decimal): -8945112 or 2654839. OLE color: 2654839.

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

Color convert

RGB 119 130 40 -
CMYK 0.08 0 0.69 0.49
HSL 67.33º 0.53% 0.33% -
HSV(B) 67.33º 0.69% 0.51% -
XYZ 15.97 20.04 5.03 -
YUV 116.45 84.86 129.82 -
System Red Green Blue C M Y K H S L
Decimal 119 130 40 0.08 0 0.69 0.49 67.33 0.53 0.33
Hex 77 82 28 8 0 45 31 43 35 21
Octal 167 202 50 10 0 105 61 103 65 41
Binary 1110111 10000010 101000 1000 0 1000101 110001 1000011 110101 100001

Color Harmonies of #778228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778228

Black with #778228

Text Example


Text Example

White with #778228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778228; }

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

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

background-color css

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

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

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

border-color css

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

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

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