#71A63D

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

Shades of Sushi #71A63D

Tints of Sushi #71A63D

Color information

#71A63D (or 0x71A63D) is unknown color: approx Sushi. HEX triplet: 71, A6 and 3D. RGB value is (113,166,61). Sum of RGB (Red+Green+Blue) = 113+166+61=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 166 (65.23% from 255 or 48.82% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 166 - color contains mainly: green. Hex color #71A63D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A63D is #8E59C2. Grayscale: #8A8A8A. Windows color (decimal): -9329091 or 4040305. OLE color: 4040305.

HSL color Cylindrical-coordinate representation of color #71A63D: hue angle of 90.29º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71A63D is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB11316661-
CMYK0.3200.630.35
HSL90.29º46.26%44.51%-
HSV(B)90.29º63.25%65.1%-
XYZ21.2931.129.3-
YUV138.1884.44110.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.24%
GREEN value IS 166 (65.23% from 255) = 48.82%
BLUE value IS 61 (24.22% from 255) = 17.94%
R=33.24%
G=48.82%
B=17.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal113166610.3200.630.3590.2946.2644.51
Hex71A63D2003F235a2e2d
Octal1612467540077431325655
Binary11100011010011011110110000001111111000111011010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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