#799228

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

Shades of Sushi #799228

Tints of Sushi #799228

Color information

#799228 (or 0x799228) is unknown color: approx Sushi. HEX triplet: 79, 92 and 28. RGB value is (121,146,40). Sum of RGB (Red+Green+Blue) = 121+146+40=307 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.41% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 146 - color contains mainly: green. Hex color #799228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799228 is #866DD7. Grayscale: #7E7E7E. Windows color (decimal): -8809944 or 2658937. OLE color: 2658937.

HSL color Cylindrical-coordinate representation of color #799228: hue angle of 74.15º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #799228 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB12114640-
CMYK0.1700.730.43
HSL74.15º56.99%36.47%-
HSV(B)74.15º72.6%57.25%-
XYZ18.5524.785.81-
YUV126.4479.22124.12-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.41%
GREEN value IS 146 (57.42% from 255) = 47.56%
BLUE value IS 40 (16.02% from 255) = 13.03%
R=39.41%
G=47.56%
B=13.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121146400.1700.730.4374.1556.9936.47
Hex799228110492B4a3924
Octal17122250210111531127144
Binary11110011001001010100010001010010011010111001010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799228; }

 p { color: rgb(121,146,40); }

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

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

 a { background-color: rgb(121,146,40); }

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

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

 span { border-color: rgb(121,146,40); }

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