#78A82F

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

Shades of Sushi #78A82F

Tints of Sushi #78A82F

Color information

#78A82F (or 0x78A82F) is unknown color: approx Sushi. HEX triplet: 78, A8 and 2F. RGB value is (120,168,47). Sum of RGB (Red+Green+Blue) = 120+168+47=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 168 (66.02% from 255 or 50.15% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 168 - color contains mainly: green. Hex color #78A82F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A82F is #8757D0. Grayscale: #8C8C8C. Windows color (decimal): -8869841 or 3123320. OLE color: 3123320.

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

Color convert

RGB12016847-
CMYK0.2900.720.34
HSL83.8º56.28%42.16%-
HSV(B)83.8º72.02%65.88%-
XYZ22.2632.27.73-
YUV139.8575.6113.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.82%
GREEN value IS 168 (66.02% from 255) = 50.15%
BLUE value IS 47 (18.75% from 255) = 14.03%
R=35.82%
G=50.15%
B=14.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal120168470.2900.720.3483.856.2842.16
Hex78A82F1D0482254382a
Octal17025057350110421247052
Binary11110001010100010111111101010010001000101010100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A82F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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