#799934

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

Shades of Sushi #799934

Tints of Sushi #799934

Color information

#799934 (or 0x799934) is unknown color: approx Sushi. HEX triplet: 79, 99 and 34. RGB value is (121,153,52). Sum of RGB (Red+Green+Blue) = 121+153+52=326 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.12% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #799934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799934 is #8666CB. Grayscale: #848484. Windows color (decimal): -8808140 or 3447161. OLE color: 3447161.

HSL color Cylindrical-coordinate representation of color #799934: hue angle of 79.01º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #799934 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB12115352-
CMYK0.2100.660.4
HSL79.01º49.27%40.2%-
HSV(B)79.01º66.01%60%-
XYZ19.927.17.43-
YUV131.9282.9120.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.12%
GREEN value IS 153 (60.16% from 255) = 46.93%
BLUE value IS 52 (20.70% from 255) = 15.95%
R=37.12%
G=46.93%
B=15.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal121153520.2100.660.479.0149.2740.2
Hex79993415042284f3128
Octal17123164250102501176150
Binary11110011001100111010010101010000101010001001111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799934; }

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

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

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

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

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

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

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

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