#78993A

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

Shades of Sushi #78993A

Tints of Sushi #78993A

Color information

#78993A (or 0x78993A) is unknown color: approx Sushi. HEX triplet: 78, 99 and 3A. RGB value is (120,153,58). Sum of RGB (Red+Green+Blue) = 120+153+58=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #78993A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78993A is #8766C5. Grayscale: #848484. Windows color (decimal): -8873670 or 3840376. OLE color: 3840376.

HSL color Cylindrical-coordinate representation of color #78993A: hue angle of 80.84º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78993A is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.4.

Color convert

RGB12015358-
CMYK0.2200.620.4
HSL80.84º45.02%41.37%-
HSV(B)80.84º62.09%60%-
XYZ19.927.088.18-
YUV132.386.07119.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.25%
GREEN value IS 153 (60.16% from 255) = 46.22%
BLUE value IS 58 (23.05% from 255) = 17.52%
R=36.25%
G=46.22%
B=17.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal120153580.2200.620.480.8445.0241.37
Hex78993A1603E28512d29
Octal1702317226076501215551
Binary1111000100110011110101011001111101010001010001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78993A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78993A; }

 p { color: rgb(120,153,58); }

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

<style>
 a { background-color: #78993A; }

 a { background-color: rgb(120,153,58); }

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

<style>
 span { border-color: #78993A; }

 span { border-color: rgb(120,153,58); }

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