#78943D

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

Shades of Sushi #78943D

Tints of Sushi #78943D

Color information

#78943D (or 0x78943D) is unknown color: approx Sushi. HEX triplet: 78, 94 and 3D. RGB value is (120,148,61). Sum of RGB (Red+Green+Blue) = 120+148+61=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #78943D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78943D is #876BC2. Grayscale: #828282. Windows color (decimal): -8874947 or 4035704. OLE color: 4035704.

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

Color convert

RGB12014861-
CMYK0.1900.590.42
HSL79.31º41.63%40.98%-
HSV(B)79.31º58.78%58.04%-
XYZ19.1825.518.33-
YUV129.7189.22121.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.47%
GREEN value IS 148 (58.20% from 255) = 44.98%
BLUE value IS 61 (24.22% from 255) = 18.54%
R=36.47%
G=44.98%
B=18.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120148610.1900.590.4279.3141.6340.98
Hex78943D1303B2A4f2a29
Octal1702247523073521175251
Binary1111000100101001111011001101110111010101001111101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78943D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78943D; }

 p { color: rgb(120,148,61); }

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

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

 a { background-color: rgb(120,148,61); }

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

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

 span { border-color: rgb(120,148,61); }

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