#78A830

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

Shades of Sushi #78A830

Tints of Sushi #78A830

Color information

#78A830 (or 0x78A830) is unknown color: approx Sushi. HEX triplet: 78, A8 and 30. RGB value is (120,168,48). Sum of RGB (Red+Green+Blue) = 120+168+48=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 168 (66.02% from 255 or 50% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 168 - color contains mainly: green. Hex color #78A830 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A830 is #8757CF. Grayscale: #8C8C8C. Windows color (decimal): -8869840 or 3188856. OLE color: 3188856.

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

Color convert

RGB12016848-
CMYK0.2900.710.34
HSL84º55.56%42.35%-
HSV(B)84º71.43%65.88%-
XYZ22.2832.217.84-
YUV139.9776.1113.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.71%
GREEN value IS 168 (66.02% from 255) = 50%
BLUE value IS 48 (19.14% from 255) = 14.29%
R=35.71%
G=50%
B=14.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal120168480.2900.710.348455.5642.35
Hex78A8301D0472254382a
Octal17025060350107421247052
Binary11110001010100011000011101010001111000101010100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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