#719A2A

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

Shades of Sushi #719A2A

Tints of Sushi #719A2A

Color information

#719A2A (or 0x719A2A) is unknown color: approx Sushi. HEX triplet: 71, 9A and 2A. RGB value is (113,154,42). Sum of RGB (Red+Green+Blue) = 113+154+42=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 154 (60.55% from 255 or 49.84% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 154 - color contains mainly: green. Hex color #719A2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719A2A is #8E65D5. Grayscale: #818181. Windows color (decimal): -9332182 or 2792049. OLE color: 2792049.

HSL color Cylindrical-coordinate representation of color #719A2A: hue angle of 81.96º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #719A2A is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB11315442-
CMYK0.2700.730.40
HSL81.96º57.14%38.43%-
HSV(B)81.96º72.73%60.39%-
XYZ18.7826.796.37-
YUV128.9778.92116.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.57%
GREEN value IS 154 (60.55% from 255) = 49.84%
BLUE value IS 42 (16.80% from 255) = 13.59%
R=36.57%
G=49.84%
B=13.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal113154420.2700.730.4081.9657.1438.43
Hex719A2A1B04928523926
Octal16123252330111501227146
Binary11100011001101010101011011010010011010001010010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719A2A; }

 p { color: rgb(113,154,42); }

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

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

 a { background-color: rgb(113,154,42); }

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

<style>
 span { border-color: #719A2A; }

 span { border-color: rgb(113,154,42); }

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