#719641

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

Shades of Sushi #719641

Tints of Sushi #719641

Color information

#719641 (or 0x719641) is unknown color: approx Sushi. HEX triplet: 71, 96 and 41. RGB value is (113,150,65). Sum of RGB (Red+Green+Blue) = 113+150+65=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 150 - color contains mainly: green. Hex color #719641 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719641 is #8E69BE. Grayscale: #818181. Windows color (decimal): -9333183 or 4298353. OLE color: 4298353.

HSL color Cylindrical-coordinate representation of color #719641: hue angle of 86.12º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #719641 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB11315065-
CMYK0.2500.570.41
HSL86.12º39.53%42.16%-
HSV(B)86.12º56.67%58.82%-
XYZ18.6725.718.98-
YUV129.2591.74116.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.45%
GREEN value IS 150 (58.98% from 255) = 45.73%
BLUE value IS 65 (25.78% from 255) = 19.82%
R=34.45%
G=45.73%
B=19.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal113150650.2500.570.4186.1239.5342.16
Hex719641190392956282a
Octal16122610131071511265052
Binary11100011001011010000011100101110011010011010110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719641; }

 p { color: rgb(113,150,65); }

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

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

 a { background-color: rgb(113,150,65); }

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

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

 span { border-color: rgb(113,150,65); }

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