#78A83C

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

Shades of Sushi #78A83C

Tints of Sushi #78A83C

Color information

#78A83C (or 0x78A83C) is unknown color: approx Sushi. HEX triplet: 78, A8 and 3C. RGB value is (120,168,60). Sum of RGB (Red+Green+Blue) = 120+168+60=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 168 (66.02% from 255 or 48.28% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 168 - color contains mainly: green. Hex color #78A83C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A83C is #8757C3. Grayscale: #8D8D8D. Windows color (decimal): -8869828 or 3975288. OLE color: 3975288.

HSL color Cylindrical-coordinate representation of color #78A83C: hue angle of 86.67º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #78A83C is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB12016860-
CMYK0.2900.640.34
HSL86.67º47.37%44.71%-
HSV(B)86.67º64.29%65.88%-
XYZ22.5632.329.32-
YUV141.3482.1112.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.48%
GREEN value IS 168 (66.02% from 255) = 48.28%
BLUE value IS 60 (23.83% from 255) = 17.24%
R=34.48%
G=48.28%
B=17.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal120168600.2900.640.3486.6747.3744.71
Hex78A83C1D04022572f2d
Octal17025074350100421275755
Binary11110001010100011110011101010000001000101010111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A83C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,168,60); }

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

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

 a { background-color: rgb(120,168,60); }

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

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

 span { border-color: rgb(120,168,60); }

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