#71A83C

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

Shades of Sushi #71A83C

Tints of Sushi #71A83C

Color information

#71A83C (or 0x71A83C) is unknown color: approx Sushi. HEX triplet: 71, A8 and 3C. RGB value is (113,168,60). Sum of RGB (Red+Green+Blue) = 113+168+60=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 168 (66.02% from 255 or 49.27% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 168 - color contains mainly: green. Hex color #71A83C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A83C is #8E57C3. Grayscale: #8B8B8B. Windows color (decimal): -9328580 or 3975281. OLE color: 3975281.

HSL color Cylindrical-coordinate representation of color #71A83C: hue angle of 90.56º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71A83C is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB11316860-
CMYK0.3300.640.34
HSL90.56º47.37%44.71%-
HSV(B)90.56º64.29%65.88%-
XYZ21.6331.849.28-
YUV139.2483.28109.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.14%
GREEN value IS 168 (66.02% from 255) = 49.27%
BLUE value IS 60 (23.83% from 255) = 17.60%
R=33.14%
G=49.27%
B=17.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal113168600.3300.640.3490.5647.3744.71
Hex71A83C21040225b2f2d
Octal16125074410100421335755
Binary111000110101000111100100001010000001000101011011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A83C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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