#77963a

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

Shades of Sushi #77963A

Tints of Sushi #77963A

Color information

#77963A (or 0x77963A) is unknown color: approx Sushi. HEX triplet: 77, 96 and 3A. RGB value is (119,150,58). Sum of RGB (Red+Green+Blue) = 119+150+58=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 150 - color contains mainly: green. Hex color #77963A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77963A is #8869C5. Grayscale: #828282. Windows color (decimal): -8939974 or 3839607. OLE color: 3839607.

HSL color Cylindrical-coordinate representation of color #77963A: hue angle of 80.22º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77963A is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB11915058-
CMYK0.2100.610.41
HSL80.22º44.23%40.78%-
HSV(B)80.22º61.33%58.82%-
XYZ19.2826.048.01-
YUV130.2487.23119.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.39%
GREEN value IS 150 (58.98% from 255) = 45.87%
BLUE value IS 58 (23.05% from 255) = 17.74%
R=36.39%
G=45.87%
B=17.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal119150580.2100.610.4180.2244.2340.78
Hex77963A1503D29502c29
Octal1672267225075511205451
Binary1110111100101101110101010101111011010011010000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77963a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77963a; }

 p { color: rgb(119,150,58); }

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

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

 a { background-color: rgb(119,150,58); }

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

<style>
 span { border-color: #77963a; }

 span { border-color: rgb(119,150,58); }

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