#799740

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

Shades of Sushi #799740

Tints of Sushi #799740

Color information

#799740 (or 0x799740) is unknown color: approx Sushi. HEX triplet: 79, 97 and 40. RGB value is (121,151,64). Sum of RGB (Red+Green+Blue) = 121+151+64=336 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.01% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 151 - color contains mainly: green. Hex color #799740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799740 is #8668BF. Grayscale: #848484. Windows color (decimal): -8808640 or 4233081. OLE color: 4233081.

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

Color convert

RGB12115164-
CMYK0.2000.580.41
HSL80.69º40.47%42.16%-
HSV(B)80.69º57.62%59.22%-
XYZ19.8826.578.93-
YUV132.1189.56120.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.01%
GREEN value IS 151 (59.38% from 255) = 44.94%
BLUE value IS 64 (25.39% from 255) = 19.05%
R=36.01%
G=44.94%
B=19.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal121151640.2000.580.4180.6940.4742.16
Hex7997401403A2951282a
Octal17122710024072511215052
Binary11110011001011110000001010001110101010011010001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799740; }

 p { color: rgb(121,151,64); }

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

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

 a { background-color: rgb(121,151,64); }

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

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

 span { border-color: rgb(121,151,64); }

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