#799434

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

Shades of Sushi #799434

Tints of Sushi #799434

Color information

#799434 (or 0x799434) is unknown color: approx Sushi. HEX triplet: 79, 94 and 34. RGB value is (121,148,52). Sum of RGB (Red+Green+Blue) = 121+148+52=321 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.69% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 148 - color contains mainly: green. Hex color #799434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799434 is #866BCB. Grayscale: #818181. Windows color (decimal): -8809420 or 3445881. OLE color: 3445881.

HSL color Cylindrical-coordinate representation of color #799434: hue angle of 76.88º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #799434 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB12114852-
CMYK0.1800.650.42
HSL76.88º48%39.22%-
HSV(B)76.88º64.86%58.04%-
XYZ19.0925.497.16-
YUV128.9884.55122.31-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.69%
GREEN value IS 148 (58.20% from 255) = 46.11%
BLUE value IS 52 (20.70% from 255) = 16.20%
R=37.69%
G=46.11%
B=16.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121148520.1800.650.4276.884839.22
Hex799434120412A4d3027
Octal17122464220101521156047
Binary11110011001010011010010010010000011010101001101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799434; }

 p { color: rgb(121,148,52); }

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

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

 a { background-color: rgb(121,148,52); }

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

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

 span { border-color: rgb(121,148,52); }

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