#78B036

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

Shades of Sushi #78B036

Tints of Sushi #78B036

Color information

#78B036 (or 0x78B036) is unknown color: approx Sushi. HEX triplet: 78, B0 and 36. RGB value is (120,176,54). Sum of RGB (Red+Green+Blue) = 120+176+54=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 176 (69.14% from 255 or 50.29% from 350); Blue value is 54 (21.48% from 255 or 15.43% from 350); Max value from RGB is 176 - color contains mainly: green. Hex color #78B036 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78B036 is #874FC9. Grayscale: #919191. Windows color (decimal): -8867786 or 3584120. OLE color: 3584120.

HSL color Cylindrical-coordinate representation of color #78B036: hue angle of 87.54º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #78B036 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB12017654-
CMYK0.3200.690.31
HSL87.54º53.04%45.1%-
HSV(B)87.54º69.32%69.02%-
XYZ23.9435.319.04-
YUV145.3576.45109.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.29%
GREEN value IS 176 (69.14% from 255) = 50.29%
BLUE value IS 54 (21.48% from 255) = 15.43%
R=34.29%
G=50.29%
B=15.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal120176540.3200.690.3187.5453.0445.1
Hex78B036200451F58352d
Octal17026066400105371306555
Binary11110001011000011011010000001000101111111011000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,176,54); }

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

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

 a { background-color: rgb(120,176,54); }

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

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

 span { border-color: rgb(120,176,54); }

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