#5E710D

Color #5E710D Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #5E710D

Tints of Fiji Green #5E710D

Color information

#5E710D (or 0x5E710D) is unknown color: approx Fiji Green. HEX triplet: 5E, 71 and 0D. RGB value is (94,113,13). Sum of RGB (Red+Green+Blue) = 94+113+13=220 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.73% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #5E710D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E710D is #A18EF2. Grayscale: #606060. Windows color (decimal): -10587891 or 880990. OLE color: 880990.

HSL color Cylindrical-coordinate representation of color #5E710D: hue angle of 71.4º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E710D is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB9411313-
CMYK0.1700.880.56
HSL71.4º79.37%24.71%-
HSV(B)71.4º88.5%44.31%-
XYZ10.5914.222.57-
YUV95.9281.21126.63-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 42.73%
GREEN value IS 113 (44.53% from 255) = 51.36%
BLUE value IS 13 (5.47% from 255) = 5.91%
R=42.73%
G=51.36%
B=5.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal94113130.1700.880.5671.479.3724.71
Hex5E71D1105838474f19
Octal136161152101307010711731
Binary10111101110001110110001010110001110001000111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E710D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E710D; }

 p { color: rgb(94,113,13); }

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

<style>
 a { background-color: #5E710D; }

 a { background-color: rgb(94,113,13); }

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

<style>
 span { border-color: #5E710D; }

 span { border-color: rgb(94,113,13); }

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