#719742

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

Shades of Sushi #719742

Tints of Sushi #719742

Color information

#719742 (or 0x719742) is unknown color: approx Sushi. HEX triplet: 71, 97 and 42. RGB value is (113,151,66). Sum of RGB (Red+Green+Blue) = 113+151+66=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 151 - color contains mainly: green. Hex color #719742 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719742 is #8E68BD. Grayscale: #828282. Windows color (decimal): -9332926 or 4364145. OLE color: 4364145.

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

Color convert

RGB11315166-
CMYK0.2500.560.41
HSL86.82º39.17%42.55%-
HSV(B)86.82º56.29%59.22%-
XYZ18.8626.049.19-
YUV129.9591.91115.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.24%
GREEN value IS 151 (59.38% from 255) = 45.76%
BLUE value IS 66 (26.17% from 255) = 20%
R=34.24%
G=45.76%
B=20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal113151660.2500.560.4186.8239.1742.55
Hex719742190382957272b
Octal16122710231070511274753
Binary11100011001011110000101100101110001010011010111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719742; }

 p { color: rgb(113,151,66); }

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

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

 a { background-color: rgb(113,151,66); }

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

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

 span { border-color: rgb(113,151,66); }

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