#718E3F

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

Shades of Sushi #718E3F

Tints of Sushi #718E3F

Color information

#718E3F (or 0x718E3F) is unknown color: approx Sushi. HEX triplet: 71, 8E and 3F. RGB value is (113,142,63). Sum of RGB (Red+Green+Blue) = 113+142+63=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 142 (55.86% from 255 or 44.65% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 142 - color contains mainly: green. Hex color #718E3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718E3F is #8E71C0. Grayscale: #7C7C7C. Windows color (decimal): -9335233 or 4165233. OLE color: 4165233.

HSL color Cylindrical-coordinate representation of color #718E3F: hue angle of 82.03º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #718E3F is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB11314263-
CMYK0.2000.560.44
HSL82.03º38.54%40.2%-
HSV(B)82.03º55.63%55.69%-
XYZ17.3823.228.27-
YUV124.3293.39119.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.53%
GREEN value IS 142 (55.86% from 255) = 44.65%
BLUE value IS 63 (25% from 255) = 19.81%
R=35.53%
G=44.65%
B=19.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113142630.2000.560.4482.0338.5440.2
Hex718E3F140382C522728
Octal1612167724070541224750
Binary1110001100011101111111010001110001011001010010100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718E3F; }

 p { color: rgb(113,142,63); }

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

<style>
 a { background-color: #718E3F; }

 a { background-color: rgb(113,142,63); }

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

<style>
 span { border-color: #718E3F; }

 span { border-color: rgb(113,142,63); }

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