#78942C

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

Shades of Sushi #78942C

Tints of Sushi #78942C

Color information

#78942C (or 0x78942C) is unknown color: approx Sushi. HEX triplet: 78, 94 and 2C. RGB value is (120,148,44). Sum of RGB (Red+Green+Blue) = 120+148+44=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 148 - color contains mainly: green. Hex color #78942C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78942C is #876BD3. Grayscale: #808080. Windows color (decimal): -8874964 or 2921592. OLE color: 2921592.

HSL color Cylindrical-coordinate representation of color #78942C: hue angle of 76.15º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #78942C is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB12014844-
CMYK0.1900.700.42
HSL76.15º54.17%37.65%-
HSV(B)76.15º70.27%58.04%-
XYZ18.7925.356.29-
YUV127.7780.72122.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.46%
GREEN value IS 148 (58.20% from 255) = 47.44%
BLUE value IS 44 (17.58% from 255) = 14.10%
R=38.46%
G=47.44%
B=14.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120148440.1900.700.4276.1554.1737.65
Hex78942C130462A4c3626
Octal17022454230106521146646
Binary11110001001010010110010011010001101010101001100110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78942C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78942C; }

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

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

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

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

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

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

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

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