#799B3D

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

Shades of Sushi #799B3D

Tints of Sushi #799B3D

Color information

#799B3D (or 0x799B3D) is unknown color: approx Sushi. HEX triplet: 79, 9B and 3D. RGB value is (121,155,61). Sum of RGB (Red+Green+Blue) = 121+155+61=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 155 (60.94% from 255 or 45.99% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 155 - color contains mainly: green. Hex color #799B3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799B3D is #8664C2. Grayscale: #868686. Windows color (decimal): -8807619 or 4037497. OLE color: 4037497.

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

Color convert

RGB12115561-
CMYK0.2200.610.39
HSL81.7º43.52%42.35%-
HSV(B)81.7º60.65%60.78%-
XYZ20.4527.848.71-
YUV134.1286.74118.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.91%
GREEN value IS 155 (60.94% from 255) = 45.99%
BLUE value IS 61 (24.22% from 255) = 18.10%
R=35.91%
G=45.99%
B=18.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal121155610.2200.610.3981.743.5242.35
Hex799B3D1603D27522c2a
Octal1712337526075471225452
Binary1111001100110111111011011001111011001111010010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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