Html Css Color HEX #779030 Sushi

📋 copy color: '#779030'

red 119 ◦ green 144 ◦ blue 48

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

Shades of Sushi #779030

Tints of Sushi #779030

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.3%

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

R = 38.26%
G = 46.3%
B = 15.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#779030 (or 0x779030) is known color: Sushi. HEX triplet: 77, 90 and 30. RGB value is (119,144,48). Sum of RGB (Red+Green+Blue) = 119+144+48=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #779030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779030 is #886FCF. Grayscale: #7D7D7D. Windows color (decimal): -8941520 or 3182711. OLE color: 3182711.

HSL color Cylindrical-coordinate representation of color #779030: hue angle of 75.63º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #779030 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 144 48 -
CMYK 0.17 0 0.67 0.44
HSL 75.63º 0.5% 0.38% -
HSV(B) 75.63º 0.67% 0.56% -
XYZ 18.11 24.08 6.49 -
YUV 125.58 84.22 123.31 -
System Red Green Blue C M Y K H S L
Decimal 119 144 48 0.17 0 0.67 0.44 75.63 0.5 0.38
Hex 77 90 30 11 0 43 2C 4C 32 26
Octal 167 220 60 21 0 103 54 114 62 46
Binary 1110111 10010000 110000 10001 0 1000011 101100 1001100 110010 100110

Color Harmonies of #779030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779030

Black with #779030

Text Example


Text Example

White with #779030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779030; }

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

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

background-color css

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

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

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

border-color css

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

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

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