#789934

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

Shades of Sushi #789934

Tints of Sushi #789934

Color information

#789934 (or 0x789934) is unknown color: approx Sushi. HEX triplet: 78, 99 and 34. RGB value is (120,153,52). Sum of RGB (Red+Green+Blue) = 120+153+52=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #789934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789934 is #8766CB. Grayscale: #838383. Windows color (decimal): -8873676 or 3447160. OLE color: 3447160.

HSL color Cylindrical-coordinate representation of color #789934: hue angle of 79.6º 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 #789934 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB12015352-
CMYK0.2200.660.4
HSL79.6º49.27%40.2%-
HSV(B)79.6º66.01%60%-
XYZ19.7627.027.42-
YUV131.6283.07119.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.92%
GREEN value IS 153 (60.16% from 255) = 47.08%
BLUE value IS 52 (20.70% from 255) = 16%
R=36.92%
G=47.08%
B=16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal120153520.2200.660.479.649.2740.2
Hex7899341604228503128
Octal17023164260102501206150
Binary11110001001100111010010110010000101010001010000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789934; }

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

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

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

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

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

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

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

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