Html Css Color HEX #778131 Trendy Green

📋 copy color: '#778131'

red 119 ◦ green 129 ◦ blue 49

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

Shades of Trendy Green #778131

Tints of Trendy Green #778131

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.43%

 BLUE value IS 49 (19.53% from 255) = 16.5%

R = 40.07%
G = 43.43%
B = 16.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#778131 (or 0x778131) is known color: Trendy Green. HEX triplet: 77, 81 and 31. RGB value is (119,129,49). Sum of RGB (Red+Green+Blue) = 119+129+49=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 129 - color contains mainly: green. Hex color #778131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778131 is #887ECE. Grayscale: #757575. Windows color (decimal): -8945359 or 3244407. OLE color: 3244407.

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

Color convert

RGB 119 129 49 -
CMYK 0.08 0 0.62 0.49
HSL 67.5º 0.45% 0.35% -
HSV(B) 67.5º 0.62% 0.51% -
XYZ 16.01 19.84 5.89 -
YUV 116.89 89.69 129.5 -
System Red Green Blue C M Y K H S L
Decimal 119 129 49 0.08 0 0.62 0.49 67.5 0.45 0.35
Hex 77 81 31 8 0 3E 31 44 2D 23
Octal 167 201 61 10 0 76 61 104 55 43
Binary 1110111 10000001 110001 1000 0 111110 110001 1000100 101101 100011

Color Harmonies of #778131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778131

Black with #778131

Text Example


Text Example

White with #778131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778131; }

 p { color: rgb(119,129,49); }

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

background-color css

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

 a { background-color: rgb(119,129,49); }

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

border-color css

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

 span { border-color: rgb(119,129,49); }

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