#686104

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

Shades of Fiji Green #686104

Tints of Fiji Green #686104

Color information

#686104 (or 0x686104) is unknown color: approx Fiji Green. HEX triplet: 68, 61 and 04. RGB value is (104,97,4). Sum of RGB (Red+Green+Blue) = 104+97+4=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #686104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686104 is #979EFB. Grayscale: #585858. Windows color (decimal): -9936636 or 287080. OLE color: 287080.

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

Color convert

RGB104974-
CMYK00.070.960.59
HSL55.8º92.59%21.18%-
HSV(B)55.8º96.15%40.78%-
XYZ10.0111.51.81-
YUV88.4980.32139.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.73%
GREEN value IS 97 (38.28% from 255) = 47.32%
BLUE value IS 4 (1.95% from 255) = 1.95%
R=50.73%
G=47.32%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10497400.070.960.5955.892.5921.18
Hex6861407603B385d15
Octal150141407140737013525
Binary1101000110000110001111100000111011111000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686104; }

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

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

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

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

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

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

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

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