#5D710D

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

Shades of Fiji Green #5D710D

Tints of Fiji Green #5D710D

Color information

#5D710D (or 0x5D710D) is unknown color: approx Fiji Green. HEX triplet: 5D, 71 and 0D. RGB value is (93,113,13). Sum of RGB (Red+Green+Blue) = 93+113+13=219 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.47% from 219); Green value is 113 (44.53% from 255 or 51.60% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 113 - color contains mainly: green. Hex color #5D710D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D710D is #A28EF2. Grayscale: #606060. Windows color (decimal): -10653427 or 880989. OLE color: 880989.

HSL color Cylindrical-coordinate representation of color #5D710D: hue angle of 72º 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 #5D710D is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB9311313-
CMYK0.1800.880.56
HSL72º79.37%24.71%-
HSV(B)72º88.5%44.31%-
XYZ10.4914.172.56-
YUV95.6281.37126.13-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 42.47%
GREEN value IS 113 (44.53% from 255) = 51.60%
BLUE value IS 13 (5.47% from 255) = 5.94%
R=42.47%
G=51.60%
B=5.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal93113130.1800.880.567279.3724.71
Hex5D71D1205838484f19
Octal135161152201307011011731
Binary10111011110001110110010010110001110001001000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D710D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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