#779130

Color #779130 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #779130

Tints of Sushi #779130

Color information

#779130 (or 0x779130) is unknown color: approx Sushi. HEX triplet: 77, 91 and 30. RGB value is (119,145,48). Sum of RGB (Red+Green+Blue) = 119+145+48=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #779130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779130 is #886ECF. Grayscale: #7E7E7E. Windows color (decimal): -8941264 or 3182967. OLE color: 3182967.

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

Color convert

RGB11914548-
CMYK0.1800.670.43
HSL76.08º50.26%37.84%-
HSV(B)76.08º66.9%56.86%-
XYZ18.2724.396.54-
YUV126.1783.89122.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.14%
GREEN value IS 145 (57.03% from 255) = 46.47%
BLUE value IS 48 (19.14% from 255) = 15.38%
R=38.14%
G=46.47%
B=15.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119145480.1800.670.4376.0850.2637.84
Hex779130120432B4c3226
Octal16722160220103531146246
Binary11101111001000111000010010010000111010111001100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779130; }

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

 H1.HeaderClassName
 {
   color: #779130;
 }
 .AnyTagClassName
 {
   color: #779130;
 }
</style>
background-color css

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

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

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

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

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

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