#71A03E

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

Shades of Sushi #71A03E

Tints of Sushi #71A03E

Color information

#71A03E (or 0x71A03E) is unknown color: approx Sushi. HEX triplet: 71, A0 and 3E. RGB value is (113,160,62). Sum of RGB (Red+Green+Blue) = 113+160+62=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 160 (62.89% from 255 or 47.76% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 160 - color contains mainly: green. Hex color #71A03E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A03E is #8E5FC1. Grayscale: #878787. Windows color (decimal): -9330626 or 4104305. OLE color: 4104305.

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

Color convert

RGB11316062-
CMYK0.2900.610.37
HSL88.78º44.14%43.53%-
HSV(B)88.78º61.25%62.75%-
XYZ20.25299.09-
YUV134.7886.93112.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.73%
GREEN value IS 160 (62.89% from 255) = 47.76%
BLUE value IS 62 (24.61% from 255) = 18.51%
R=33.73%
G=47.76%
B=18.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal113160620.2900.610.3788.7844.1443.53
Hex71A03E1D03D25592c2c
Octal1612407635075451315454
Binary1110001101000001111101110101111011001011011001101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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