#78963B

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

Shades of Sushi #78963B

Tints of Sushi #78963B

Color information

#78963B (or 0x78963B) is unknown color: approx Sushi. HEX triplet: 78, 96 and 3B. RGB value is (120,150,59). Sum of RGB (Red+Green+Blue) = 120+150+59=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #78963B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78963B is #8769C4. Grayscale: #828282. Windows color (decimal): -8874437 or 3905144. OLE color: 3905144.

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

Color convert

RGB12015059-
CMYK0.2000.610.41
HSL79.78º43.54%40.98%-
HSV(B)79.78º60.67%58.82%-
XYZ19.4426.128.15-
YUV130.6687.56120.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.47%
GREEN value IS 150 (58.98% from 255) = 45.59%
BLUE value IS 59 (23.44% from 255) = 17.93%
R=36.47%
G=45.59%
B=17.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal120150590.2000.610.4179.7843.5440.98
Hex78963B1403D29502c29
Octal1702267324075511205451
Binary1111000100101101110111010001111011010011010000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78963B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78963B; }

 p { color: rgb(120,150,59); }

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

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

 a { background-color: rgb(120,150,59); }

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

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

 span { border-color: rgb(120,150,59); }

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