#5F630C

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

Shades of Fiji Green #5F630C

Tints of Fiji Green #5F630C

Color information

#5F630C (or 0x5F630C) is unknown color: approx Fiji Green. HEX triplet: 5F, 63 and 0C. RGB value is (95,99,12). Sum of RGB (Red+Green+Blue) = 95+99+12=206 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.12% from 206); Green value is 99 (39.06% from 255 or 48.06% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 99 - color contains mainly: green. Hex color #5F630C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F630C is #A09CF3. Grayscale: #585858. Windows color (decimal): -10525940 or 811871. OLE color: 811871.

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

Color convert

RGB959912-
CMYK0.0400.880.61
HSL62.76º78.38%21.76%-
HSV(B)62.76º87.88%38.82%-
XYZ9.2511.382.06-
YUV87.8985.17133.07-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 46.12%
GREEN value IS 99 (39.06% from 255) = 48.06%
BLUE value IS 12 (5.08% from 255) = 5.83%
R=46.12%
G=48.06%
B=5.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9599120.0400.880.6162.7678.3821.76
Hex5F63C40583D3f4e16
Octal1371431440130757711626
Binary10111111100011110010001011000111101111111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F630C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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