#799530

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

Shades of Sushi #799530

Tints of Sushi #799530

Color information

#799530 (or 0x799530) is unknown color: approx Sushi. HEX triplet: 79, 95 and 30. RGB value is (121,149,48). Sum of RGB (Red+Green+Blue) = 121+149+48=318 (42% of max value = 765). Red value is 121 (47.66% from 255 or 38.05% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #799530 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799530 is #866ACF. Grayscale: #818181. Windows color (decimal): -8809168 or 3183993. OLE color: 3183993.

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

Color convert

RGB12114948-
CMYK0.1900.680.42
HSL76.63º51.27%38.63%-
HSV(B)76.63º67.79%58.43%-
XYZ19.1725.776.76-
YUV129.1182.22122.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.05%
GREEN value IS 149 (58.59% from 255) = 46.86%
BLUE value IS 48 (19.14% from 255) = 15.09%
R=38.05%
G=46.86%
B=15.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121149480.1900.680.4276.6351.2738.63
Hex799530130442A4d3327
Octal17122560230104521156347
Binary11110011001010111000010011010001001010101001101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799530; }

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

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

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

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

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

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

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

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