#78A035

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

Shades of Sushi #78A035

Tints of Sushi #78A035

Color information

#78A035 (or 0x78A035) is unknown color: approx Sushi. HEX triplet: 78, A0 and 35. RGB value is (120,160,53). Sum of RGB (Red+Green+Blue) = 120+160+53=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 160 (62.89% from 255 or 48.05% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 160 - color contains mainly: green. Hex color #78A035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A035 is #875FCA. Grayscale: #888888. Windows color (decimal): -8871883 or 3514488. OLE color: 3514488.

HSL color Cylindrical-coordinate representation of color #78A035: hue angle of 82.43º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #78A035 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB12016053-
CMYK0.2500.670.37
HSL82.43º50.23%41.76%-
HSV(B)82.43º66.87%62.75%-
XYZ20.9629.397.94-
YUV135.8481.25116.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.04%
GREEN value IS 160 (62.89% from 255) = 48.05%
BLUE value IS 53 (21.09% from 255) = 15.92%
R=36.04%
G=48.05%
B=15.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal120160530.2500.670.3782.4350.2341.76
Hex78A035190432552322a
Octal17024065310103451226252
Binary11110001010000011010111001010000111001011010010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78A035; }

 p { color: rgb(120,160,53); }

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

<style>
 a { background-color: #78A035; }

 a { background-color: rgb(120,160,53); }

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

<style>
 span { border-color: #78A035; }

 span { border-color: rgb(120,160,53); }

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