#779231

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

Shades of Sushi #779231

Tints of Sushi #779231

Color information

#779231 (or 0x779231) is unknown color: approx Sushi. HEX triplet: 77, 92 and 31. RGB value is (119,146,49). Sum of RGB (Red+Green+Blue) = 119+146+49=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #779231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779231 is #886DCE. Grayscale: #7F7F7F. Windows color (decimal): -8941007 or 3248759. OLE color: 3248759.

HSL color Cylindrical-coordinate representation of color #779231: hue angle of 76.7º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #779231 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB11914649-
CMYK0.1800.660.43
HSL76.7º49.74%38.24%-
HSV(B)76.7º66.44%57.25%-
XYZ18.4424.76.7-
YUV126.8784.05122.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.90%
GREEN value IS 146 (57.42% from 255) = 46.50%
BLUE value IS 49 (19.53% from 255) = 15.61%
R=37.90%
G=46.50%
B=15.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119146490.1800.660.4376.749.7438.24
Hex779231120422B4d3226
Octal16722261220102531156246
Binary11101111001001011000110010010000101010111001101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779231; }

 p { color: rgb(119,146,49); }

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

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

 a { background-color: rgb(119,146,49); }

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

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

 span { border-color: rgb(119,146,49); }

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