#799720

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

Shades of Sushi #799720

Tints of Sushi #799720

Color information

#799720 (or 0x799720) is unknown color: approx Sushi. HEX triplet: 79, 97 and 20. RGB value is (121,151,32). Sum of RGB (Red+Green+Blue) = 121+151+32=304 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.80% from 304); Green value is 151 (59.38% from 255 or 49.67% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 151 - color contains mainly: green. Hex color #799720 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799720 is #8668DF. Grayscale: #808080. Windows color (decimal): -8808672 or 2135929. OLE color: 2135929.

HSL color Cylindrical-coordinate representation of color #799720: hue angle of 75.13º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #799720 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB12115132-
CMYK0.2000.790.41
HSL75.13º65.03%35.88%-
HSV(B)75.13º78.81%59.22%-
XYZ19.2126.35.43-
YUV128.4673.56122.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.80%
GREEN value IS 151 (59.38% from 255) = 49.67%
BLUE value IS 32 (12.89% from 255) = 10.53%
R=39.80%
G=49.67%
B=10.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal121151320.2000.790.4175.1365.0335.88
Hex7997201404F294b4124
Octal171227402401175111310144
Binary111100110010111100000101000100111110100110010111000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799720; }

 p { color: rgb(121,151,32); }

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

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

 a { background-color: rgb(121,151,32); }

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

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

 span { border-color: rgb(121,151,32); }

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