#5F6310

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

Shades of Fiji Green #5F6310

Tints of Fiji Green #5F6310

Color information

#5F6310 (or 0x5F6310) is unknown color: approx Fiji Green. HEX triplet: 5F, 63 and 10. RGB value is (95,99,16). Sum of RGB (Red+Green+Blue) = 95+99+16=210 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.24% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 99 - color contains mainly: green. Hex color #5F6310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6310 is #A09CEF. Grayscale: #585858. Windows color (decimal): -10525936 or 1074015. OLE color: 1074015.

HSL color Cylindrical-coordinate representation of color #5F6310: hue angle of 62.89º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F6310 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB959916-
CMYK0.0400.840.61
HSL62.89º72.17%22.55%-
HSV(B)62.89º83.84%38.82%-
XYZ9.2711.392.2-
YUV88.3487.17132.75-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 45.24%
GREEN value IS 99 (39.06% from 255) = 47.14%
BLUE value IS 16 (6.64% from 255) = 7.62%
R=45.24%
G=47.14%
B=7.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9599160.0400.840.6162.8972.1722.55
Hex5F631040543D3f4817
Octal1371432040124757711027
Binary101111111000111000010001010100111101111111100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,99,16); }

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

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

 a { background-color: rgb(95,99,16); }

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

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

 span { border-color: rgb(95,99,16); }

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