#78963D

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

Shades of Sushi #78963D

Tints of Sushi #78963D

Color information

#78963D (or 0x78963D) is unknown color: approx Sushi. HEX triplet: 78, 96 and 3D. RGB value is (120,150,61). Sum of RGB (Red+Green+Blue) = 120+150+61=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #78963D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78963D is #8769C2. Grayscale: #838383. Windows color (decimal): -8874435 or 4036216. OLE color: 4036216.

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

Color convert

RGB12015061-
CMYK0.2000.590.41
HSL80.22º42.18%41.37%-
HSV(B)80.22º59.33%58.82%-
XYZ19.4926.148.43-
YUV130.8888.56120.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.25%
GREEN value IS 150 (58.98% from 255) = 45.32%
BLUE value IS 61 (24.22% from 255) = 18.43%
R=36.25%
G=45.32%
B=18.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal120150610.2000.590.4180.2242.1841.37
Hex78963D1403B29502a29
Octal1702267524073511205251
Binary1111000100101101111011010001110111010011010000101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78963D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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