#78912E

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

Shades of Sushi #78912E

Tints of Sushi #78912E

Color information

#78912E (or 0x78912E) is unknown color: approx Sushi. HEX triplet: 78, 91 and 2E. RGB value is (120,145,46). Sum of RGB (Red+Green+Blue) = 120+145+46=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #78912E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78912E is #876ED1. Grayscale: #7E7E7E. Windows color (decimal): -8875730 or 3051896. OLE color: 3051896.

HSL color Cylindrical-coordinate representation of color #78912E: hue angle of 75.15º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #78912E is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB12014546-
CMYK0.1700.680.43
HSL75.15º51.83%37.45%-
HSV(B)75.15º68.28%56.86%-
XYZ18.3624.446.33-
YUV126.2482.72123.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.59%
GREEN value IS 145 (57.03% from 255) = 46.62%
BLUE value IS 46 (18.36% from 255) = 14.79%
R=38.59%
G=46.62%
B=14.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal120145460.1700.680.4375.1551.8337.45
Hex78912E110442B4b3425
Octal17022156210104531136445
Binary11110001001000110111010001010001001010111001011110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78912E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78912E; }

 p { color: rgb(120,145,46); }

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

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

 a { background-color: rgb(120,145,46); }

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

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

 span { border-color: rgb(120,145,46); }

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