#71913F

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

Shades of Sushi #71913F

Tints of Sushi #71913F

Color information

#71913F (or 0x71913F) is unknown color: approx Sushi. HEX triplet: 71, 91 and 3F. RGB value is (113,145,63). Sum of RGB (Red+Green+Blue) = 113+145+63=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #71913F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71913F is #8E6EC0. Grayscale: #7E7E7E. Windows color (decimal): -9334465 or 4166001. OLE color: 4166001.

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

Color convert

RGB11314563-
CMYK0.2200.570.43
HSL83.41º39.42%40.78%-
HSV(B)83.41º56.55%56.86%-
XYZ17.8324.128.42-
YUV126.0892.4118.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.20%
GREEN value IS 145 (57.03% from 255) = 45.17%
BLUE value IS 63 (25% from 255) = 19.63%
R=35.20%
G=45.17%
B=19.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113145630.2200.570.4383.4139.4240.78
Hex71913F160392B532729
Octal1612217726071531234751
Binary1110001100100011111111011001110011010111010011100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71913F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71913F; }

 p { color: rgb(113,145,63); }

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

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

 a { background-color: rgb(113,145,63); }

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

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

 span { border-color: rgb(113,145,63); }

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