#78A434

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

Shades of Sushi #78A434

Tints of Sushi #78A434

Color information

#78A434 (or 0x78A434) is unknown color: approx Sushi. HEX triplet: 78, A4 and 34. RGB value is (120,164,52). Sum of RGB (Red+Green+Blue) = 120+164+52=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 164 (64.45% from 255 or 48.81% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 164 - color contains mainly: green. Hex color #78A434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A434 is #875BCB. Grayscale: #8A8A8A. Windows color (decimal): -8870860 or 3449976. OLE color: 3449976.

HSL color Cylindrical-coordinate representation of color #78A434: hue angle of 83.57º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #78A434 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB12016452-
CMYK0.2700.680.36
HSL83.57º51.85%42.35%-
HSV(B)83.57º68.29%64.31%-
XYZ21.6430.798.05-
YUV138.0879.42115.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.71%
GREEN value IS 164 (64.45% from 255) = 48.81%
BLUE value IS 52 (20.70% from 255) = 15.48%
R=35.71%
G=48.81%
B=15.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal120164520.2700.680.3683.5751.8542.35
Hex78A4341B0442454342a
Octal17024464330104441246452
Binary11110001010010011010011011010001001001001010100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,164,52); }

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

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

 a { background-color: rgb(120,164,52); }

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

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

 span { border-color: rgb(120,164,52); }

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