#779A25

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

Shades of Sushi #779A25

Tints of Sushi #779A25

Color information

#779A25 (or 0x779A25) is unknown color: approx Sushi. HEX triplet: 77, 9A and 25. RGB value is (119,154,37). Sum of RGB (Red+Green+Blue) = 119+154+37=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 154 (60.55% from 255 or 49.68% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 154 - color contains mainly: green. Hex color #779A25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779A25 is #8865DA. Grayscale: #828282. Windows color (decimal): -8938971 or 2464375. OLE color: 2464375.

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

Color convert

RGB11915437-
CMYK0.2300.760.40
HSL77.95º61.26%37.45%-
HSV(B)77.95º75.97%60.39%-
XYZ19.527.175.97-
YUV130.275.4120.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.39%
GREEN value IS 154 (60.55% from 255) = 49.68%
BLUE value IS 37 (14.84% from 255) = 11.94%
R=38.39%
G=49.68%
B=11.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal119154370.2300.760.4077.9561.2637.45
Hex779A251704C284e3d25
Octal16723245270114501167545
Binary11101111001101010010110111010011001010001001110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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