#78AA3D

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

Shades of Sushi #78AA3D

Tints of Sushi #78AA3D

Color information

#78AA3D (or 0x78AA3D) is unknown color: approx Sushi. HEX triplet: 78, AA and 3D. RGB value is (120,170,61). Sum of RGB (Red+Green+Blue) = 120+170+61=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 170 (66.80% from 255 or 48.43% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AA3D is #8755C2. Grayscale: #8F8F8F. Windows color (decimal): -8869315 or 4041336. OLE color: 4041336.

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

Color convert

RGB12017061-
CMYK0.2900.640.33
HSL87.52º47.19%45.29%-
HSV(B)87.52º64.12%66.67%-
XYZ22.9633.089.59-
YUV142.6281.94111.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.19%
GREEN value IS 170 (66.80% from 255) = 48.43%
BLUE value IS 61 (24.22% from 255) = 17.38%
R=34.19%
G=48.43%
B=17.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120170610.2900.640.3387.5247.1945.29
Hex78AA3D1D04021582f2d
Octal17025275350100411305755
Binary11110001010101011110111101010000001000011011000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,170,61); }

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

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

 a { background-color: rgb(120,170,61); }

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

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

 span { border-color: rgb(120,170,61); }

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