#71A63C

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

Shades of Sushi #71A63C

Tints of Sushi #71A63C

Color information

#71A63C (or 0x71A63C) is unknown color: approx Sushi. HEX triplet: 71, A6 and 3C. RGB value is (113,166,60). Sum of RGB (Red+Green+Blue) = 113+166+60=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 166 (65.23% from 255 or 48.97% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 166 - color contains mainly: green. Hex color #71A63C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A63C is #8E59C3. Grayscale: #8A8A8A. Windows color (decimal): -9329092 or 3974769. OLE color: 3974769.

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

Color convert

RGB11316660-
CMYK0.3200.640.35
HSL90º46.9%44.31%-
HSV(B)90º63.86%65.1%-
XYZ21.2631.119.16-
YUV138.0783.94110.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.33%
GREEN value IS 166 (65.23% from 255) = 48.97%
BLUE value IS 60 (23.83% from 255) = 17.70%
R=33.33%
G=48.97%
B=17.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal113166600.3200.640.359046.944.31
Hex71A63C20040235a2f2c
Octal16124674400100431325754
Binary111000110100110111100100000010000001000111011010101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A63C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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