#77A231

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

Shades of Sushi #77A231

Tints of Sushi #77A231

Color information

#77A231 (or 0x77A231) is unknown color: approx Sushi. HEX triplet: 77, A2 and 31. RGB value is (119,162,49). Sum of RGB (Red+Green+Blue) = 119+162+49=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #77A231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A231 is #885DCE. Grayscale: #888888. Windows color (decimal): -8936911 or 3252855. OLE color: 3252855.

HSL color Cylindrical-coordinate representation of color #77A231: hue angle of 82.83º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #77A231 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB11916249-
CMYK0.2700.700.36
HSL82.83º53.55%41.37%-
HSV(B)82.83º69.75%63.53%-
XYZ21.0829.987.58-
YUV136.2678.75115.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.06%
GREEN value IS 162 (63.67% from 255) = 49.09%
BLUE value IS 49 (19.53% from 255) = 14.85%
R=36.06%
G=49.09%
B=14.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal119162490.2700.700.3682.8353.5541.37
Hex77A2311B04624533629
Octal16724261330106441236651
Binary11101111010001011000111011010001101001001010011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,162,49); }

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

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

 a { background-color: rgb(119,162,49); }

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

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

 span { border-color: rgb(119,162,49); }

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