#779E30

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

Shades of Sushi #779E30

Tints of Sushi #779E30

Color information

#779E30 (or 0x779E30) is unknown color: approx Sushi. HEX triplet: 77, 9E and 30. RGB value is (119,158,48). Sum of RGB (Red+Green+Blue) = 119+158+48=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 158 (62.11% from 255 or 48.62% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 158 - color contains mainly: green. Hex color #779E30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779E30 is #8861CF. Grayscale: #868686. Windows color (decimal): -8937936 or 3186295. OLE color: 3186295.

HSL color Cylindrical-coordinate representation of color #779E30: hue angle of 81.27º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #779E30 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB11915848-
CMYK0.2500.700.38
HSL81.27º53.4%40.39%-
HSV(B)81.27º69.62%61.96%-
XYZ20.3728.597.24-
YUV133.879.58117.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.62%
GREEN value IS 158 (62.11% from 255) = 48.62%
BLUE value IS 48 (19.14% from 255) = 14.77%
R=36.62%
G=48.62%
B=14.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal119158480.2500.700.3881.2753.440.39
Hex779E301904626513528
Octal16723660310106461216550
Binary11101111001111011000011001010001101001101010001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779E30; }

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

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

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

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

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

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

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

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