#686103

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

Shades of Fiji Green #686103

Tints of Fiji Green #686103

Color information

#686103 (or 0x686103) is unknown color: approx Fiji Green. HEX triplet: 68, 61 and 03. RGB value is (104,97,3). Sum of RGB (Red+Green+Blue) = 104+97+3=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #686103 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686103 is #979EFC. Grayscale: #585858. Windows color (decimal): -9936637 or 221544. OLE color: 221544.

HSL color Cylindrical-coordinate representation of color #686103: hue angle of 55.84º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #686103 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.59.

Color convert

RGB104973-
CMYK00.070.970.59
HSL55.84º94.39%20.98%-
HSV(B)55.84º97.12%40.78%-
XYZ1011.51.78-
YUV88.3879.82139.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.98%
GREEN value IS 97 (38.28% from 255) = 47.55%
BLUE value IS 3 (1.56% from 255) = 1.47%
R=50.98%
G=47.55%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10497300.070.970.5955.8494.3920.98
Hex6861307613B385e15
Octal150141307141737013625
Binary110100011000011101111100001111011111000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686103; }

 p { color: rgb(104,97,3); }

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

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

 a { background-color: rgb(104,97,3); }

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

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

 span { border-color: rgb(104,97,3); }

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