#719A2F

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

Shades of Sushi #719A2F

Tints of Sushi #719A2F

Color information

#719A2F (or 0x719A2F) is unknown color: approx Sushi. HEX triplet: 71, 9A and 2F. RGB value is (113,154,47). Sum of RGB (Red+Green+Blue) = 113+154+47=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 154 (60.55% from 255 or 49.04% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 154 - color contains mainly: green. Hex color #719A2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719A2F is #8E65D0. Grayscale: #818181. Windows color (decimal): -9332177 or 3119729. OLE color: 3119729.

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

Color convert

RGB11315447-
CMYK0.2700.690.40
HSL82.99º53.23%39.41%-
HSV(B)82.99º69.48%60.39%-
XYZ18.8826.836.87-
YUV129.5481.42116.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.99%
GREEN value IS 154 (60.55% from 255) = 49.04%
BLUE value IS 47 (18.75% from 255) = 14.97%
R=35.99%
G=49.04%
B=14.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal113154470.2700.690.4082.9953.2339.41
Hex719A2F1B04528533527
Octal16123257330105501236547
Binary11100011001101010111111011010001011010001010011110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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