#71A03D

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

Shades of Sushi #71A03D

Tints of Sushi #71A03D

Color information

#71A03D (or 0x71A03D) is unknown color: approx Sushi. HEX triplet: 71, A0 and 3D. RGB value is (113,160,61). Sum of RGB (Red+Green+Blue) = 113+160+61=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 160 (62.89% from 255 or 47.90% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 160 - color contains mainly: green. Hex color #71A03D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A03D is #8E5FC2. Grayscale: #878787. Windows color (decimal): -9330627 or 4038769. OLE color: 4038769.

HSL color Cylindrical-coordinate representation of color #71A03D: hue angle of 88.48º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #71A03D is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB11316061-
CMYK0.2900.620.37
HSL88.48º44.8%43.33%-
HSV(B)88.48º61.87%62.75%-
XYZ20.2228.998.94-
YUV134.6686.43112.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.83%
GREEN value IS 160 (62.89% from 255) = 47.90%
BLUE value IS 61 (24.22% from 255) = 18.26%
R=33.83%
G=47.90%
B=18.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal113160610.2900.620.3788.4844.843.33
Hex71A03D1D03E25582d2b
Octal1612407535076451305553
Binary1110001101000001111011110101111101001011011000101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71A03D; }

 p { color: rgb(113,160,61); }

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

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

 a { background-color: rgb(113,160,61); }

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

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

 span { border-color: rgb(113,160,61); }

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