#71903D

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

Shades of Sushi #71903D

Tints of Sushi #71903D

Color information

#71903D (or 0x71903D) is unknown color: approx Sushi. HEX triplet: 71, 90 and 3D. RGB value is (113,144,61). Sum of RGB (Red+Green+Blue) = 113+144+61=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 144 - color contains mainly: green. Hex color #71903D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71903D is #8E6FC2. Grayscale: #7D7D7D. Windows color (decimal): -9334723 or 4034673. OLE color: 4034673.

HSL color Cylindrical-coordinate representation of color #71903D: hue angle of 82.41º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71903D is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB11314461-
CMYK0.2200.580.44
HSL82.41º40.49%40.2%-
HSV(B)82.41º57.64%56.47%-
XYZ17.6323.798.08-
YUV125.2791.73119.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.53%
GREEN value IS 144 (56.64% from 255) = 45.28%
BLUE value IS 61 (24.22% from 255) = 19.18%
R=35.53%
G=45.28%
B=19.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113144610.2200.580.4482.4140.4940.2
Hex71903D1603A2C522828
Octal1612207526072541225050
Binary1110001100100001111011011001110101011001010010101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71903D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71903D; }

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

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

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

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

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

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

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

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