#779a34

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

Shades of Sushi #779A34

Tints of Sushi #779A34

Color information

#779A34 (or 0x779A34) is unknown color: approx Sushi. HEX triplet: 77, 9A and 34. RGB value is (119,154,52). Sum of RGB (Red+Green+Blue) = 119+154+52=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 154 (60.55% from 255 or 47.38% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 154 - color contains mainly: green. Hex color #779A34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779A34 is #8865CB. Grayscale: #848484. Windows color (decimal): -8938956 or 3447415. OLE color: 3447415.

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

Color convert

RGB11915452-
CMYK0.2300.660.40
HSL80.59º49.51%40.39%-
HSV(B)80.59º66.23%60.39%-
XYZ19.7827.287.47-
YUV131.9182.9118.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.62%
GREEN value IS 154 (60.55% from 255) = 47.38%
BLUE value IS 52 (20.70% from 255) = 16%
R=36.62%
G=47.38%
B=16%

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
Decimal119154520.2300.660.4080.5949.5140.39
Hex779A341704228513228
Octal16723264270102501216250
Binary11101111001101011010010111010000101010001010001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779a34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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