#779530

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

Shades of Sushi #779530

Tints of Sushi #779530

Color information

#779530 (or 0x779530) is unknown color: approx Sushi. HEX triplet: 77, 95 and 30. RGB value is (119,149,48). Sum of RGB (Red+Green+Blue) = 119+149+48=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #779530 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779530 is #886ACF. Grayscale: #808080. Windows color (decimal): -8940240 or 3183991. OLE color: 3183991.

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

Color convert

RGB11914948-
CMYK0.2000.680.42
HSL77.82º51.27%38.63%-
HSV(B)77.82º67.79%58.43%-
XYZ18.8925.636.75-
YUV128.5282.56121.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.66%
GREEN value IS 149 (58.59% from 255) = 47.15%
BLUE value IS 48 (19.14% from 255) = 15.19%
R=37.66%
G=47.15%
B=15.19%

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
Decimal119149480.2000.680.4277.8251.2738.63
Hex779530140442A4e3327
Octal16722560240104521166347
Binary11101111001010111000010100010001001010101001110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779530; }

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

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

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

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

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

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

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

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