#71A735

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

Shades of Sushi #71A735

Tints of Sushi #71A735

Color information

#71A735 (or 0x71A735) is unknown color: approx Sushi. HEX triplet: 71, A7 and 35. RGB value is (113,167,53). Sum of RGB (Red+Green+Blue) = 113+167+53=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 167 (65.62% from 255 or 50.15% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 167 - color contains mainly: green. Hex color #71A735 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A735 is #8E58CA. Grayscale: #8A8A8A. Windows color (decimal): -9328843 or 3516273. OLE color: 3516273.

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

Color convert

RGB11316753-
CMYK0.3200.680.35
HSL88.42º51.82%43.14%-
HSV(B)88.42º68.26%65.49%-
XYZ21.2731.418.31-
YUV137.8680.11110.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.93%
GREEN value IS 167 (65.62% from 255) = 50.15%
BLUE value IS 53 (21.09% from 255) = 15.92%
R=33.93%
G=50.15%
B=15.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal113167530.3200.680.3588.4251.8243.14
Hex71A735200442358342b
Octal16124765400104431306453
Binary111000110100111110101100000010001001000111011000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,167,53); }

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

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

 a { background-color: rgb(113,167,53); }

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

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

 span { border-color: rgb(113,167,53); }

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