#78962E

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

Shades of Sushi #78962E

Tints of Sushi #78962E

Color information

#78962E (or 0x78962E) is unknown color: approx Sushi. HEX triplet: 78, 96 and 2E. RGB value is (120,150,46). Sum of RGB (Red+Green+Blue) = 120+150+46=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 150 - color contains mainly: green. Hex color #78962E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78962E is #8769D1. Grayscale: #818181. Windows color (decimal): -8874450 or 3053176. OLE color: 3053176.

HSL color Cylindrical-coordinate representation of color #78962E: hue angle of 77.31º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #78962E is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB12015046-
CMYK0.2000.690.41
HSL77.31º53.06%38.43%-
HSV(B)77.31º69.33%58.82%-
XYZ19.15266.59-
YUV129.1781.06121.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.97%
GREEN value IS 150 (58.98% from 255) = 47.47%
BLUE value IS 46 (18.36% from 255) = 14.56%
R=37.97%
G=47.47%
B=14.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal120150460.2000.690.4177.3153.0638.43
Hex78962E14045294d3526
Octal17022656240105511156546
Binary11110001001011010111010100010001011010011001101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78962E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78962E; }

 p { color: rgb(120,150,46); }

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

<style>
 a { background-color: #78962E; }

 a { background-color: rgb(120,150,46); }

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

<style>
 span { border-color: #78962E; }

 span { border-color: rgb(120,150,46); }

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