#789941

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

Shades of Sushi #789941

Tints of Sushi #789941

Color information

#789941 (or 0x789941) is unknown color: approx Sushi. HEX triplet: 78, 99 and 41. RGB value is (120,153,65). Sum of RGB (Red+Green+Blue) = 120+153+65=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #789941 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789941 is #8766BE. Grayscale: #858585. Windows color (decimal): -8873663 or 4299128. OLE color: 4299128.

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

Color convert

RGB12015365-
CMYK0.2200.580.4
HSL82.5º40.37%42.75%-
HSV(B)82.5º57.52%60%-
XYZ20.0927.169.18-
YUV133.189.57118.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.50%
GREEN value IS 153 (60.16% from 255) = 45.27%
BLUE value IS 65 (25.78% from 255) = 19.23%
R=35.50%
G=45.27%
B=19.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal120153650.2200.580.482.540.3742.75
Hex7899411603A2852282b
Octal17023110126072501225053
Binary11110001001100110000011011001110101010001010010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789941; }

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

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

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

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

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

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

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

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