#78AD38

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

Shades of Sushi #78AD38

Tints of Sushi #78AD38

Color information

#78AD38 (or 0x78AD38) is unknown color: approx Sushi. HEX triplet: 78, AD and 38. RGB value is (120,173,56). Sum of RGB (Red+Green+Blue) = 120+173+56=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 173 (67.97% from 255 or 49.57% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 173 - color contains mainly: green. Hex color #78AD38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AD38 is #8752C7. Grayscale: #909090. Windows color (decimal): -8868552 or 3714424. OLE color: 3714424.

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

Color convert

RGB12017356-
CMYK0.3100.680.32
HSL87.18º51.09%44.9%-
HSV(B)87.18º67.63%67.84%-
XYZ23.434.179.1-
YUV143.8278.44111.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.38%
GREEN value IS 173 (67.97% from 255) = 49.57%
BLUE value IS 56 (22.27% from 255) = 16.05%
R=34.38%
G=49.57%
B=16.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal120173560.3100.680.3287.1851.0944.9
Hex78AD381F0442057332d
Octal17025570370104401276355
Binary11110001010110111100011111010001001000001010111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,173,56); }

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

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

 a { background-color: rgb(120,173,56); }

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

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

 span { border-color: rgb(120,173,56); }

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