#686707

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

Shades of Fiji Green #686707

Tints of Fiji Green #686707

Color information

#686707 (or 0x686707) is unknown color: approx Fiji Green. HEX triplet: 68, 67 and 07. RGB value is (104,103,7). Sum of RGB (Red+Green+Blue) = 104+103+7=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 103 (40.62% from 255 or 48.13% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #686707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686707 is #9798F8. Grayscale: #5C5C5C. Windows color (decimal): -9935097 or 485224. OLE color: 485224.

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

Color convert

RGB1041037-
CMYK00.010.930.59
HSL59.38º87.39%21.76%-
HSV(B)59.38º93.27%40.78%-
XYZ10.612.662.09-
YUV92.3679.83136.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.60%
GREEN value IS 103 (40.62% from 255) = 48.13%
BLUE value IS 7 (3.12% from 255) = 3.27%
R=48.60%
G=48.13%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104103700.010.930.5959.3887.3921.76
Hex68677015D3B3b5716
Octal150147701135737312726
Binary11010001100111111011011101111011111011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686707; }

 p { color: rgb(104,103,7); }

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

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

 a { background-color: rgb(104,103,7); }

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

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

 span { border-color: rgb(104,103,7); }

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