#799D41

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

Shades of Sushi #799D41

Tints of Sushi #799D41

Color information

#799D41 (or 0x799D41) is unknown color: approx Sushi. HEX triplet: 79, 9D and 41. RGB value is (121,157,65). Sum of RGB (Red+Green+Blue) = 121+157+65=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 157 - color contains mainly: green. Hex color #799D41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799D41 is #8662BE. Grayscale: #888888. Windows color (decimal): -8807103 or 4300153. OLE color: 4300153.

HSL color Cylindrical-coordinate representation of color #799D41: hue angle of 83.48º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #799D41 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB12115765-
CMYK0.2300.590.38
HSL83.48º41.44%43.53%-
HSV(B)83.48º58.6%61.57%-
XYZ20.928.569.41-
YUV135.7588.07117.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.28%
GREEN value IS 157 (61.72% from 255) = 45.77%
BLUE value IS 65 (25.78% from 255) = 18.95%
R=35.28%
G=45.77%
B=18.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121157650.2300.590.3883.4841.4443.53
Hex799D411703B2653292c
Octal17123510127073461235154
Binary11110011001110110000011011101110111001101010011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,157,65); }

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

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

 a { background-color: rgb(121,157,65); }

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

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

 span { border-color: rgb(121,157,65); }

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