Html Css Color HEX #779531 Sushi

📋 copy color: '#779531'

red 119 ◦ green 149 ◦ blue 49

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

Shades of Sushi #779531

Tints of Sushi #779531

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47%

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

R = 37.54%
G = 47%
B = 15.46%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#779531 (or 0x779531) is known color: Sushi. HEX triplet: 77, 95 and 31. RGB value is (119,149,49). Sum of RGB (Red+Green+Blue) = 119+149+49=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #779531 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779531 is #886ACE. Grayscale: #808080. Windows color (decimal): -8940239 or 3249527. OLE color: 3249527.

HSL color Cylindrical-coordinate representation of color #779531: hue angle of 78º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #779531 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 149 49 -
CMYK 0.20 0 0.67 0.42
HSL 78º 0.51% 0.39% -
HSV(B) 78º 0.67% 0.58% -
XYZ 18.91 25.64 6.86 -
YUV 128.63 83.06 121.13 -
System Red Green Blue C M Y K H S L
Decimal 119 149 49 0.20 0 0.67 0.42 78 0.51 0.39
Hex 77 95 31 14 0 43 2A 4E 33 27
Octal 167 225 61 24 0 103 52 116 63 47
Binary 1110111 10010101 110001 10100 0 1000011 101010 1001110 110011 100111

Color Harmonies of #779531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779531

Black with #779531

Text Example


Text Example

White with #779531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779531; }

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

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

background-color css

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

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

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

border-color css

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

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

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