#779430

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

Shades of Sushi #779430

Tints of Sushi #779430

Color information

#779430 (or 0x779430) is unknown color: approx Sushi. HEX triplet: 77, 94 and 30. RGB value is (119,148,48). Sum of RGB (Red+Green+Blue) = 119+148+48=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #779430 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779430 is #886BCF. Grayscale: #808080. Windows color (decimal): -8940496 or 3183735. OLE color: 3183735.

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

Color convert

RGB11914848-
CMYK0.2000.680.42
HSL77.4º51.02%38.43%-
HSV(B)77.4º67.57%58.04%-
XYZ18.7325.326.7-
YUV127.9382.89121.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.78%
GREEN value IS 148 (58.20% from 255) = 46.98%
BLUE value IS 48 (19.14% from 255) = 15.24%
R=37.78%
G=46.98%
B=15.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119148480.2000.680.4277.451.0238.43
Hex779430140442A4d3326
Octal16722460240104521156346
Binary11101111001010011000010100010001001010101001101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779430; }

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

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

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

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

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

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

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

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