#5f600d

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

Shades of Fiji Green #5F600D

Tints of Fiji Green #5F600D

Color information

#5F600D (or 0x5F600D) is unknown color: approx Fiji Green. HEX triplet: 5F, 60 and 0D. RGB value is (95,96,13). Sum of RGB (Red+Green+Blue) = 95+96+13=204 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.57% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #5F600D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F600D is #A09FF2. Grayscale: #565656. Windows color (decimal): -10526707 or 876639. OLE color: 876639.

HSL color Cylindrical-coordinate representation of color #5F600D: hue angle of 60.72º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F600D is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB959613-
CMYK0.0100.860.62
HSL60.72º76.15%21.37%-
HSV(B)60.72º86.46%37.65%-
XYZ8.9710.832-
YUV86.2486.67134.25-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 46.57%
GREEN value IS 96 (37.89% from 255) = 47.06%
BLUE value IS 13 (5.47% from 255) = 6.37%
R=46.57%
G=47.06%
B=6.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9596130.0100.860.6260.7276.1521.37
Hex5F60D10563E3d4c15
Octal1371401510126767511425
Binary101111111000001101101010110111110111101100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f600d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,96,13); }

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

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

 a { background-color: rgb(95,96,13); }

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

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

 span { border-color: rgb(95,96,13); }

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