#779A35

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

Shades of Sushi #779A35

Tints of Sushi #779A35

Color information

#779A35 (or 0x779A35) is unknown color: approx Sushi. HEX triplet: 77, 9A and 35. RGB value is (119,154,53). Sum of RGB (Red+Green+Blue) = 119+154+53=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 154 (60.55% from 255 or 47.24% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 154 - color contains mainly: green. Hex color #779A35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779A35 is #8865CA. Grayscale: #848484. Windows color (decimal): -8938955 or 3512951. OLE color: 3512951.

HSL color Cylindrical-coordinate representation of color #779A35: hue angle of 80.79º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #779A35 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB11915453-
CMYK0.2300.660.40
HSL80.79º48.79%40.59%-
HSV(B)80.79º65.58%60.39%-
XYZ19.8127.297.59-
YUV132.0283.4118.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.50%
GREEN value IS 154 (60.55% from 255) = 47.24%
BLUE value IS 53 (21.09% from 255) = 16.26%
R=36.50%
G=47.24%
B=16.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal119154530.2300.660.4080.7948.7940.59
Hex779A351704228513129
Octal16723265270102501216151
Binary11101111001101011010110111010000101010001010001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,154,53); }

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

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

 a { background-color: rgb(119,154,53); }

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

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

 span { border-color: rgb(119,154,53); }

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