#799A46

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

Shades of Sushi #799A46

Tints of Sushi #799A46

Color information

#799A46 (or 0x799A46) is unknown color: approx Sushi. HEX triplet: 79, 9A and 46. RGB value is (121,154,70). Sum of RGB (Red+Green+Blue) = 121+154+70=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 154 - color contains mainly: green. Hex color #799A46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799A46 is #8665B9. Grayscale: #868686. Windows color (decimal): -8807866 or 4627065. OLE color: 4627065.

HSL color Cylindrical-coordinate representation of color #799A46: hue angle of 83.57º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #799A46 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB12115470-
CMYK0.2100.550.40
HSL83.57º37.5%43.92%-
HSV(B)83.57º54.55%60.39%-
XYZ20.5527.6210.04-
YUV134.5691.57118.33-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.07%
GREEN value IS 154 (60.55% from 255) = 44.64%
BLUE value IS 70 (27.73% from 255) = 20.29%
R=35.07%
G=44.64%
B=20.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal121154700.2100.550.4083.5737.543.92
Hex799A46150372854262c
Octal17123210625067501244654
Binary11110011001101010001101010101101111010001010100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799A46; }

 p { color: rgb(121,154,70); }

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

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

 a { background-color: rgb(121,154,70); }

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

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

 span { border-color: rgb(121,154,70); }

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