#799532

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

Shades of Sushi #799532

Tints of Sushi #799532

Color information

#799532 (or 0x799532) is unknown color: approx Sushi. HEX triplet: 79, 95 and 32. RGB value is (121,149,50). Sum of RGB (Red+Green+Blue) = 121+149+50=320 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.81% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #799532 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799532 is #866ACD. Grayscale: #818181. Windows color (decimal): -8809166 or 3315065. OLE color: 3315065.

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

Color convert

RGB12114950-
CMYK0.1900.660.42
HSL76.97º49.75%39.02%-
HSV(B)76.97º66.44%58.43%-
XYZ19.2125.796.98-
YUV129.3483.22122.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.81%
GREEN value IS 149 (58.59% from 255) = 46.56%
BLUE value IS 50 (19.92% from 255) = 15.62%
R=37.81%
G=46.56%
B=15.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121149500.1900.660.4276.9749.7539.02
Hex799532130422A4d3227
Octal17122562230102521156247
Binary11110011001010111001010011010000101010101001101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799532; }

 p { color: rgb(121,149,50); }

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

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

 a { background-color: rgb(121,149,50); }

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

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

 span { border-color: rgb(121,149,50); }

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