#5F710C

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

Shades of Fiji Green #5F710C

Tints of Fiji Green #5F710C

Color information

#5F710C (or 0x5F710C) is unknown color: approx Fiji Green. HEX triplet: 5F, 71 and 0C. RGB value is (95,113,12). Sum of RGB (Red+Green+Blue) = 95+113+12=220 (29% of max value = 765). Red value is 95 (37.5% from 255 or 43.18% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #5F710C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F710C is #A08EF3. Grayscale: #606060. Windows color (decimal): -10522356 or 815455. OLE color: 815455.

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

Color convert

RGB9511312-
CMYK0.1600.890.56
HSL70.69º80.8%24.51%-
HSV(B)70.69º89.38%44.31%-
XYZ10.6914.272.54-
YUV96.180.54127.21-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 43.18%
GREEN value IS 113 (44.53% from 255) = 51.36%
BLUE value IS 12 (5.08% from 255) = 5.45%
R=43.18%
G=51.36%
B=5.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal95113120.1600.890.5670.6980.824.51
Hex5F71C1005938475119
Octal137161142001317010712131
Binary10111111110001110010000010110011110001000111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F710C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,113,12); }

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

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

 a { background-color: rgb(95,113,12); }

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

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

 span { border-color: rgb(95,113,12); }

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