#71A130

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

Shades of Sushi #71A130

Tints of Sushi #71A130

Color information

#71A130 (or 0x71A130) is unknown color: approx Sushi. HEX triplet: 71, A1 and 30. RGB value is (113,161,48). Sum of RGB (Red+Green+Blue) = 113+161+48=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 161 (63.28% from 255 or 50% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 161 - color contains mainly: green. Hex color #71A130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A130 is #8E5ECF. Grayscale: #868686. Windows color (decimal): -9330384 or 3187057. OLE color: 3187057.

HSL color Cylindrical-coordinate representation of color #71A130: hue angle of 85.49º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71A130 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB11316148-
CMYK0.3000.700.37
HSL85.49º54.07%40.98%-
HSV(B)85.49º70.19%63.14%-
XYZ20.0929.217.38-
YUV133.7779.6113.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.09%
GREEN value IS 161 (63.28% from 255) = 50%
BLUE value IS 48 (19.14% from 255) = 14.91%
R=35.09%
G=50%
B=14.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal113161480.3000.700.3785.4954.0740.98
Hex71A1301E04625553629
Octal16124160360106451256651
Binary11100011010000111000011110010001101001011010101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,161,48); }

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

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

 a { background-color: rgb(113,161,48); }

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

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

 span { border-color: rgb(113,161,48); }

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