#78953C

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

Shades of Sushi #78953C

Tints of Sushi #78953C

Color information

#78953C (or 0x78953C) is unknown color: approx Sushi. HEX triplet: 78, 95 and 3C. RGB value is (120,149,60). Sum of RGB (Red+Green+Blue) = 120+149+60=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #78953C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78953C is #876AC3. Grayscale: #828282. Windows color (decimal): -8874692 or 3970424. OLE color: 3970424.

HSL color Cylindrical-coordinate representation of color #78953C: hue angle of 79.55º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #78953C is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB12014960-
CMYK0.1900.600.42
HSL79.55º42.58%40.98%-
HSV(B)79.55º59.73%58.43%-
XYZ19.3125.818.24-
YUV130.1888.39120.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.47%
GREEN value IS 149 (58.59% from 255) = 45.29%
BLUE value IS 60 (23.83% from 255) = 18.24%
R=36.47%
G=45.29%
B=18.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120149600.1900.600.4279.5542.5840.98
Hex78953C1303C2A502b29
Octal1702257423074521205351
Binary1111000100101011111001001101111001010101010000101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78953C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78953C; }

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

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

<style>
 a { background-color: #78953C; }

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

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

<style>
 span { border-color: #78953C; }

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

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