#799B2D

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

Shades of Sushi #799B2D

Tints of Sushi #799B2D

Color information

#799B2D (or 0x799B2D) is unknown color: approx Sushi. HEX triplet: 79, 9B and 2D. RGB value is (121,155,45). Sum of RGB (Red+Green+Blue) = 121+155+45=321 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.69% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 155 - color contains mainly: green. Hex color #799B2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799B2D is #8664D2. Grayscale: #848484. Windows color (decimal): -8807635 or 2988921. OLE color: 2988921.

HSL color Cylindrical-coordinate representation of color #799B2D: hue angle of 78.55º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #799B2D is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.39.

Color convert

RGB12115545-
CMYK0.2200.710.39
HSL78.55º55%39.22%-
HSV(B)78.55º70.97%60.78%-
XYZ20.0827.76.77-
YUV132.2978.74119.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.69%
GREEN value IS 155 (60.94% from 255) = 48.29%
BLUE value IS 45 (17.97% from 255) = 14.02%
R=37.69%
G=48.29%
B=14.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal121155450.2200.710.3978.555539.22
Hex799B2D16047274f3727
Octal17123355260107471176747
Binary11110011001101110110110110010001111001111001111110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,155,45); }

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

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

 a { background-color: rgb(121,155,45); }

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

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

 span { border-color: rgb(121,155,45); }

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