Html Css Color HEX #779330 Sushi

📋 copy color: '#779330'

red 119 ◦ green 147 ◦ blue 48

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

Shades of Sushi #779330

Tints of Sushi #779330

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.82%

 BLUE value IS 48 (19.14% from 255) = 15.29%

R = 37.9%
G = 46.82%
B = 15.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#779330 (or 0x779330) is known color: Sushi. HEX triplet: 77, 93 and 30. RGB value is (119,147,48). Sum of RGB (Red+Green+Blue) = 119+147+48=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 147 - color contains mainly: green. Hex color #779330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779330 is #886CCF. Grayscale: #7F7F7F. Windows color (decimal): -8940752 or 3183479. OLE color: 3183479.

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

Color convert

RGB 119 147 48 -
CMYK 0.19 0 0.67 0.42
HSL 76.97º 0.51% 0.38% -
HSV(B) 76.97º 0.67% 0.58% -
XYZ 18.57 25 6.64 -
YUV 127.34 83.22 122.05 -
System Red Green Blue C M Y K H S L
Decimal 119 147 48 0.19 0 0.67 0.42 76.97 0.51 0.38
Hex 77 93 30 13 0 43 2A 4D 33 26
Octal 167 223 60 23 0 103 52 115 63 46
Binary 1110111 10010011 110000 10011 0 1000011 101010 1001101 110011 100110

Color Harmonies of #779330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779330

Black with #779330

Text Example


Text Example

White with #779330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779330; }

 p { color: rgb(119,147,48); }

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

background-color css

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

 a { background-color: rgb(119,147,48); }

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

border-color css

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

 span { border-color: rgb(119,147,48); }

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