#77a338

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

Shades of Sushi #77A338

Tints of Sushi #77A338

Color information

#77A338 (or 0x77A338) is unknown color: approx Sushi. HEX triplet: 77, A3 and 38. RGB value is (119,163,56). Sum of RGB (Red+Green+Blue) = 119+163+56=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 163 (64.06% from 255 or 48.22% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 163 - color contains mainly: green. Hex color #77A338 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A338 is #885CC7. Grayscale: #8A8A8A. Windows color (decimal): -8936648 or 3711863. OLE color: 3711863.

HSL color Cylindrical-coordinate representation of color #77A338: hue angle of 84.67º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77A338 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB11916356-
CMYK0.2700.660.36
HSL84.67º48.86%42.94%-
HSV(B)84.67º65.64%63.92%-
XYZ21.4230.48.48-
YUV137.6581.92114.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.21%
GREEN value IS 163 (64.06% from 255) = 48.22%
BLUE value IS 56 (22.27% from 255) = 16.57%
R=35.21%
G=48.22%
B=16.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal119163560.2700.660.3684.6748.8642.94
Hex77A3381B0422455312b
Octal16724370330102441256153
Binary11101111010001111100011011010000101001001010101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77a338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77a338; }

 p { color: rgb(119,163,56); }

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

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

 a { background-color: rgb(119,163,56); }

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

<style>
 span { border-color: #77a338; }

 span { border-color: rgb(119,163,56); }

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