#799B35

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

Shades of Sushi #799B35

Tints of Sushi #799B35

Color information

#799B35 (or 0x799B35) is unknown color: approx Sushi. HEX triplet: 79, 9B and 35. RGB value is (121,155,53). Sum of RGB (Red+Green+Blue) = 121+155+53=329 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.78% from 329); Green value is 155 (60.94% from 255 or 47.11% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 155 - color contains mainly: green. Hex color #799B35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799B35 is #8664CA. Grayscale: #858585. Windows color (decimal): -8807627 or 3513209. OLE color: 3513209.

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

Color convert

RGB12115553-
CMYK0.2200.660.39
HSL80º49.04%40.78%-
HSV(B)80º65.81%60.78%-
XYZ20.2527.767.66-
YUV133.2182.74119.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.78%
GREEN value IS 155 (60.94% from 255) = 47.11%
BLUE value IS 53 (21.09% from 255) = 16.11%
R=36.78%
G=47.11%
B=16.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal121155530.2200.660.398049.0440.78
Hex799B351604227503129
Octal17123365260102471206151
Binary11110011001101111010110110010000101001111010000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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