#77943D

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

Shades of Sushi #77943D

Tints of Sushi #77943D

Color information

#77943D (or 0x77943D) is unknown color: approx Sushi. HEX triplet: 77, 94 and 3D. RGB value is (119,148,61). Sum of RGB (Red+Green+Blue) = 119+148+61=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 148 - color contains mainly: green. Hex color #77943D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77943D is #886BC2. Grayscale: #818181. Windows color (decimal): -8940483 or 4035703. OLE color: 4035703.

HSL color Cylindrical-coordinate representation of color #77943D: hue angle of 80º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #77943D is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB11914861-
CMYK0.2000.590.42
HSL80º41.63%40.98%-
HSV(B)80º58.78%58.04%-
XYZ19.0425.448.32-
YUV129.4189.39120.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.28%
GREEN value IS 148 (58.20% from 255) = 45.12%
BLUE value IS 61 (24.22% from 255) = 18.60%
R=36.28%
G=45.12%
B=18.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119148610.2000.590.428041.6340.98
Hex77943D1403B2A502a29
Octal1672247524073521205251
Binary1110111100101001111011010001110111010101010000101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77943D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77943D; }

 p { color: rgb(119,148,61); }

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

<style>
 a { background-color: #77943D; }

 a { background-color: rgb(119,148,61); }

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

<style>
 span { border-color: #77943D; }

 span { border-color: rgb(119,148,61); }

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