#799D3A

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

Shades of Sushi #799D3A

Tints of Sushi #799D3A

Color information

#799D3A (or 0x799D3A) is unknown color: approx Sushi. HEX triplet: 79, 9D and 3A. RGB value is (121,157,58). Sum of RGB (Red+Green+Blue) = 121+157+58=336 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.01% from 336); Green value is 157 (61.72% from 255 or 46.73% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 157 - color contains mainly: green. Hex color #799D3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799D3A is #8662C5. Grayscale: #878787. Windows color (decimal): -8807110 or 3841401. OLE color: 3841401.

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

Color convert

RGB12115758-
CMYK0.2300.630.38
HSL81.82º46.05%42.16%-
HSV(B)81.82º63.06%61.57%-
XYZ20.7128.488.41-
YUV134.9584.57118.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.01%
GREEN value IS 157 (61.72% from 255) = 46.73%
BLUE value IS 58 (23.05% from 255) = 17.26%
R=36.01%
G=46.73%
B=17.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121157580.2300.630.3881.8246.0542.16
Hex799D3A1703F26522e2a
Octal1712357227077461225652
Binary1111001100111011110101011101111111001101010010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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